about summary refs log tree commit diff stats
path: root/build/rust/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:59:39 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:59:39 +0200
commit1e62086f74fae8df13cd69e8745395828ddcebb5 (patch)
tree4ec64388d626e6239f84719001049ce40d9ddeb0 /build/rust/flake.nix
parentfix(common/init): Check for not replaced `%INIT_` variables (diff)
downloadflake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.tar.gz
flake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.zip
chore(build): Regenerate
Diffstat (limited to 'build/rust/flake.nix')
-rw-r--r--build/rust/flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/rust/flake.nix b/build/rust/flake.nix
index bd54e79..084cf27 100644
--- a/build/rust/flake.nix
+++ b/build/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";
       };
     };