diff options
author | Thomas Mühlbacher <tmuehlbacher@posteo.net> | 2025-03-21 16:33:56 +0000 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-21 13:08:06 -0400 |
commit | 017c3cc66e9900ef2ce93584f78d26adbba7e191 (patch) | |
tree | 293e62028a0ed668ecf68057e1e44d4922736bd1 | |
parent | 8b7810403b4aed0726b05c97f39c706e02e083e2 (diff) |
fix(nix): rm input from crane that no longer exists
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -11,10 +11,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - crane = { - url = "github:ipetkov/crane"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + crane.url = "github:ipetkov/crane"; fenix = { url = "github:nix-community/fenix"; |