diff options
author | Silas Schöffel <sils@sils.li> | 2024-12-18 19:19:44 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-12-18 19:19:44 +0100 |
commit | 536fc4b8624905f118d77bceb45faaa5c29d3612 (patch) | |
tree | 1338ce54e810e390896ad97785786a49a9297ed2 /flake.nix | |
parent | flake.lock: update (diff) | |
download | nix-config-536fc4b8624905f118d77bceb45faaa5c29d3612.tar.gz nix-config-536fc4b8624905f118d77bceb45faaa5c29d3612.zip |
flake: remove non-existent override for sops-nix/nixpkgs-stable
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 95f46e5..a5666a0 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,6 @@ url = "github:Mic92/sops-nix"; inputs = { nixpkgs.follows = "nixpkgs"; - nixpkgs-stable.follows = "nixpkgs-stable"; }; }; flake-compat = { |