diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-08-07 13:05:59 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-08-07 13:05:59 -0400 |
| commit | a3ff70a8aa64981f9441ad6faa52d1bf0bb7d337 (patch) | |
| tree | 75ce745aeb417b368ae44ca48ce63f1b9f53a7a8 /flake.nix | |
| parent | 050bba5eb5506e4fd99177820a374645416f06bf (diff) | |
| download | x-a3ff70a8aa64981f9441ad6faa52d1bf0bb7d337.tar.xz x-a3ff70a8aa64981f9441ad6faa52d1bf0bb7d337.zip | |
nix: add sanguisuga module
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -234,6 +234,7 @@ mainsanow = copyFile { pname = "mainsanow"; }; prefix = copyFile { pname = "prefix"; }; quickserv = copyFile { pname = "quickserv"; }; + sanguisuga = copyFile { pname = "sanguisuga"; }; todayinmarch2020 = copyFile { pname = "todayinmarch2020"; }; uploud = copyFile { pname = "uploud"; }; vest-pit-near = copyFile { pname = "vest-pit-near"; }; @@ -344,6 +345,7 @@ aegis hlang todayinmarch2020 + sanguisuga vest-pit-near within-website ]; @@ -352,6 +354,7 @@ aegis = import ./nix/aegis.nix self; hlang = import ./nix/hlang.nix self; todayinmarch2020 = import ./nix/todayinmarch2020.nix self; + sanguisuga = import ./nix/sanguisuga.nix self; vest-pit-near = import ./nix/vest-pit-near.nix self; within-website = import ./nix/within-website.nix self; }; |
