Switch back to v0.7.7

This commit is contained in:
2022-05-29 22:31:41 -07:00
parent 3dcf1c8ed8
commit e160bddc75
2 changed files with 13 additions and 11 deletions
+3 -1
View File
@@ -6,7 +6,7 @@
utils.url = "github:numtide/flake-utils";
clj2nix.url = "github:hlolli/clj2nix";
build-tools-src = {
url = "github:clojure/tools.build?tag=v0.8.2";
url = "github:clojure/tools.build?tag=v0.7.7";
flake = false;
};
gitignore = {
@@ -28,5 +28,7 @@
mkClojureLib =
pkgs.callPackage ./mkClojureLib.nix { inherit build-tools-jar; };
};
devShell."${system}" =
pkgs.mkShell { buildInputs = with pkgs; [ clojure clj2nix ]; };
};
}