Skip to content

Commit 8b76451

Browse files
authored
Pin crane to fix weekly flake lock update (#1363)
2 parents 0c4d23b + 5d50149 commit 8b76451

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
url = "github:oxalica/rust-overlay";
99
inputs.nixpkgs.follows = "nixpkgs";
1010
};
11-
crane.url = "github:ipetkov/crane";
11+
crane = {
12+
url = "github:ipetkov/crane/2510f2cbc3ccd237f700bb213756a8f35c32d8d7";
13+
};
1214
treefmt-nix = {
1315
url = "github:numtide/treefmt-nix";
1416
inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)