We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a0775 commit 672d21cCopy full SHA for 672d21c
flake.nix
@@ -4,7 +4,9 @@
4
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
5
treefmt-nix.url = "github:numtide/treefmt-nix";
6
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
7
- crane.url = "github:ipetkov/crane";
+ # 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";
10
crane.inputs.nixpkgs.follows = "nixpkgs";
11
};
12
0 commit comments