diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:59:39 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:59:39 +0200 |
commit | 1e62086f74fae8df13cd69e8745395828ddcebb5 (patch) | |
tree | 4ec64388d626e6239f84719001049ce40d9ddeb0 /build/rust/flake.nix | |
parent | fix(common/init): Check for not replaced `%INIT_` variables (diff) | |
download | flake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.tar.gz flake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.zip |
chore(build): Regenerate
Diffstat (limited to 'build/rust/flake.nix')
-rw-r--r-- | build/rust/flake.nix | 5 |
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"; }; }; |