tvl-depot/users/wpcarro/clients/monsterpoker/default.nix

7 lines
125 B
Nix
Raw Normal View History

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