about summary refs log tree commit diff
path: root/users/wpcarro/clients/monsterpoker/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-04-15T17·59-0700
committerclbot <clbot@tvl.fyi>2022-04-15T18·02+0000
commita37584a562a4768d9f3c08fb69cb8d7b50b31094 (patch)
tree10608206cd2841092105b30442b91c73920a6de1 /users/wpcarro/clients/monsterpoker/default.nix
parent2eaec323b049ee56a2c626ef6d4baf56d02ea673 (diff)
chore(wpcarro): Drop support for monsterpoker r/3952
This never really got off the ground...

Change-Id: I3e712174c83c74e78e2886ea80264652e36ea27a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5457
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/clients/monsterpoker/default.nix')
-rw-r--r--users/wpcarro/clients/monsterpoker/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/wpcarro/clients/monsterpoker/default.nix b/users/wpcarro/clients/monsterpoker/default.nix
deleted file mode 100644
index e5dca4bca21c..000000000000
--- a/users/wpcarro/clients/monsterpoker/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ depot, pkgs, ... }:
-
-pkgs.runCommandNoCC "monsterpoker.app" { } ''
-  mkdir -p $out
-  cp ${./index.html} $out/index.html
-''