about summary refs log tree commit diff
path: root/users/wpcarro/clients/monsterpoker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
-''