diff options
author | Silas Schöffel <sils@sils.li> | 2024-12-06 14:40:28 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-12-06 14:43:35 +0100 |
commit | b1121e2e8f987bf9fe11c90d3bd2d4236e5e53b4 (patch) | |
tree | 20081d4651bb0c5ae05dd3c5005b867c6008386f | |
parent | nixvim: rename rust-analyzer to rust_analyzer (diff) | |
download | nix-config-b1121e2e8f987bf9fe11c90d3bd2d4236e5e53b4.tar.gz nix-config-b1121e2e8f987bf9fe11c90d3bd2d4236e5e53b4.zip |
flake.nix: remove non-existent input overrides
-rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix index 4ae4315..788c09a 100644 --- a/flake.nix +++ b/flake.nix @@ -114,9 +114,6 @@ }; crane = { url = "github:ipetkov/crane"; - inputs = { - nixpkgs.follows = "nixpkgs"; - }; }; flake-utils = { url = "github:numtide/flake-utils"; @@ -132,17 +129,14 @@ url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; prismlauncher = { url = "github:PrismLauncher/PrismLauncher"; inputs = { flake-compat.follows = "flake-compat"; - flake-parts.follows = "flake-parts"; libnbtplusplus.follows = "libnbtplusplus"; nixpkgs.follows = "nixpkgs"; - pre-commit-hooks.follows = "git-hooks"; }; }; libnbtplusplus = { |