From 729ca230c0876ad753f32525c47b3775d4f4ee1a Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 25 Nov 2024 05:19:20 -0700 Subject: [PATCH] flake: remove stable from sops-nix --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4a5282a..64ccb69 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,6 @@ sops-nix = { url = "github:Mic92/sops-nix"; inputs = { - nixpkgs-stable.follows = "stable"; nixpkgs.follows = "unstable"; }; };