Skip to content

Commit 5d50149

Browse files
committed
Pin crane dep in nix flake
After the pinned commit crane updated to no longer accept the --exclude-lockfile as it is deprecated for --exclude. However some deps seem to pass this flag themselves at the install phase forcing an error in the flake check. You can view a failure here https://github.com/payjoin/rust-payjoin/actions/runs/22304307414/job/64519589244#step:4:9457
1 parent 0c4d23b commit 5d50149

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)