about summary refs log tree commit diff
path: root/users/wpcarro/clients/monsterpoker/default.nix
blob: 0e079261fb6a6cb3dacc7010ba7ad7e3617baa50 (plain) (blame)
1
2
3
4
5
6
{ depot, pkgs, ... }:

pkgs.runCommandNoCC "monsterpoker.app" {} ''
  mkdir -p $out
  cp ${./index.html} $out/index.html
''