Add garnix cache and clean up all nix code

This commit is contained in:
RGBCube
2023-12-08 12:33:33 +03:00
committed by RGBCube
parent 54e7f13f14
commit 5846d991e9
11 changed files with 114 additions and 217 deletions

View File

@@ -1,9 +0,0 @@
(import
(
let flake-compat = (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.flake-compat; in
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/${flake-compat.locked.rev}.tar.gz";
sha256 = flake-compat.locked.narHash;
}
)
{ src = ./.; }).shellNix