about summary refs log tree commit diff
path: root/users/wpcarro/clients/monsterpoker/default.nix
{ depot, pkgs, ... }:

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