diff options
author | Ben Sima <ben@bsima.me> | 2024-12-04 15:52:52 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:08:05 -0500 |
commit | 81cf94523f5a794e5b0c69dbd9a94619135a23c7 (patch) | |
tree | 22544f9d741827ebfe65f73f0202b2b095a09cf8 /Biz/Que/Site.nix | |
parent | 47c48abf836f5918120c0550c57d4eda32d3f10e (diff) |
Prune unused stuff
This was all dead weight, just delete it and move on.
Diffstat (limited to 'Biz/Que/Site.nix')
-rw-r--r-- | Biz/Que/Site.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Biz/Que/Site.nix b/Biz/Que/Site.nix index cc525f6..da51032 100644 --- a/Biz/Que/Site.nix +++ b/Biz/Que/Site.nix @@ -7,7 +7,6 @@ let name = "que-website-static"; installPhase = '' mkdir -p $out - cp ${./Apidocs.md} $out/Apidocs.md cp ${./Index.md} $out/Index.md cp ${./Quescripts.md} $out/Quescripts.md cp ${./Style.css} $out/Style.css |