---
flake.nix | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/flake.nix b/flake.nix
index 4aa66a86..d8836b87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
--
2.47.0- [PATCH 0/9] bcachefs-tools: Nix updates and maintenance Thomas Mühlbacher
- [PATCH 8/9] feat(nix): add an MSRV build to CI Thomas Mühlbacher
- [PATCH 5/9] fix(key): replace c_str macro with `c&... Thomas Mühlbacher
- [PATCH 6/9] fix(makefile): locate built bin with C... Thomas Mühlbacher
- [PATCH 2/9] fix(nix): rm input from crane that no ... Thomas Mühlbacher
- [PATCH 4/9] feat(nix): replace fenix with rust-ove... Thomas Mühlbacher
- [PATCH 3/9] feat(nix): open up support to more arc... Thomas Mühlbacher
- [PATCH 7/9] feat(nix): enable cross compilation Thomas Mühlbacher
- [PATCH 1/9] flake.lock: Update Thomas Mühlbacher
