about summary refs log tree commit diff
path: root/users/wpcarro/clients/monsterpoker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/clients/monsterpoker/default.nix')
-rw-r--r--users/wpcarro/clients/monsterpoker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/clients/monsterpoker/default.nix b/users/wpcarro/clients/monsterpoker/default.nix
index 0e079261fb..e5dca4bca2 100644
--- a/users/wpcarro/clients/monsterpoker/default.nix
+++ b/users/wpcarro/clients/monsterpoker/default.nix
@@ -1,6 +1,6 @@
 { depot, pkgs, ... }:
 
-pkgs.runCommandNoCC "monsterpoker.app" {} ''
+pkgs.runCommandNoCC "monsterpoker.app" { } ''
   mkdir -p $out
   cp ${./index.html} $out/index.html
 ''