Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index aabb6c70..2f3be94e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,15 +6,9 @@
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- flake-utils.follows = "flake-utils";
- };
- };
- crane = {
- url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
+ crane.url = "github:ipetkov/crane";
};
outputs = {