]> Untitled Git - awful.systems.git/blob - maint-mode/site.nix
docs: add database information
[awful.systems.git] / maint-mode / site.nix
1 { runCommand, ... }:
2
3 runCommand "maint-mode-site" { } ''
4   mkdir -p $out
5   cp ${./index.html} $out/index.html
6   cp ${./maint-mode.css} $out/maint-mode.css
7   cp ${../assets/sneer-club-logo.svg} $out/sneer-club-logo.svg
8 ''