Evolving, not working

This commit is contained in:
2022-06-01 09:37:39 -07:00
parent da554a2ba0
commit 31629acbb0
3 changed files with 48 additions and 7 deletions
+1
View File
@@ -22,6 +22,7 @@
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages."${system}";
build-tools-jar = pkgs.callPackage ./build.tools.nix {
version = "0.8.2";
inherit build-tools-src;
inherit (gitignore.lib) gitignoreSource;
};