summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-12-06 14:40:28 +0100
committerSilas Schöffel <sils@sils.li>2024-12-06 14:43:35 +0100
commitb1121e2e8f987bf9fe11c90d3bd2d4236e5e53b4 (patch)
tree20081d4651bb0c5ae05dd3c5005b867c6008386f
parentnixvim: rename rust-analyzer to rust_analyzer (diff)
downloadnix-config-b1121e2e8f987bf9fe11c90d3bd2d4236e5e53b4.tar.gz
nix-config-b1121e2e8f987bf9fe11c90d3bd2d4236e5e53b4.zip
flake.nix: remove non-existent input overrides
-rw-r--r--flake.nix6
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 = {