From 1e26b2a3b57752bb8af25a27ef9e20c65892cbb5 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Tue, 17 Mar 2026 20:06:39 +0100 Subject: [PATCH] Fix sops-nix version compatibility Remove nixpkgs follows to allow sops-nix to use its own nixpkgs with Go 1.25 support. Co-Authored-By: Claude Opus 4.6 --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 62ba5f2..709cb22 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,6 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; sops-nix.url = "github:Mic92/sops-nix"; - sops-nix.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = { self, nixpkgs, sops-nix, ... }@inputs: {