aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rust
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/rust/flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix
index bd54e79..084cf27 100644
--- a/templates/rust/flake.nix
+++ b/templates/rust/flake.nix
@@ -13,15 +13,12 @@
crane = {
url = "github:ipetkov/crane";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- };
+ inputs = {};
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
- flake-utils.follows = "flake-utils";
};
};