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

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