We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c4d23b + 5d50149 commit 8b76451Copy full SHA for 8b76451
1 file changed
flake.nix
@@ -8,7 +8,9 @@
8
url = "github:oxalica/rust-overlay";
9
inputs.nixpkgs.follows = "nixpkgs";
10
};
11
- crane.url = "github:ipetkov/crane";
+ crane = {
12
+ url = "github:ipetkov/crane/2510f2cbc3ccd237f700bb213756a8f35c32d8d7";
13
+ };
14
treefmt-nix = {
15
url = "github:numtide/treefmt-nix";
16
0 commit comments