diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index d08eb34a..59efc128 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,6 @@ inputs = { flake-compat.follows = "flake-compat"; gitignore.follows = "gitignore"; - nixpkgs-stable.follows = "nixpkgs-stable"; nixpkgs.follows = "nixpkgs"; }; }; @@ -93,7 +92,6 @@ inputs = { nixpkgs.follows = "nixpkgs"; flake-compat.follows = "flake-compat"; - nixpkgs-stable.follows = "nixpkgs-stable"; gitignore.follows = "gitignore"; }; }; |