Skip to content

Commit 672d21c

Browse files
angermanAlenar
authored andcommitted
fixup crane
1 parent 97a0775 commit 672d21c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
55
treefmt-nix.url = "github:numtide/treefmt-nix";
66
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
7-
crane.url = "github:ipetkov/crane";
7+
# Latest compatible version of crane with this flake is v0.18.0 with a version of rust of 1.80.0
8+
# TODO: Remove the `?ref=...` and adapt this flake to work with the latest version of crane
9+
crane.url = "github:ipetkov/crane?ref=v0.18.0";
810
crane.inputs.nixpkgs.follows = "nixpkgs";
911
};
1012

0 commit comments

Comments
 (0)