From fe57f4cfcfe121996910539856b35cd220cd71ce Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 17 Jul 2026 15:46:49 +0200 Subject: Changed the sops --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 0ec11bf..b3c0df0 100644 --- a/flake.nix +++ b/flake.nix @@ -10,8 +10,9 @@ }; sops-nix = { - url = "github:Mic92/sops-nix/release-24.11"; - inputs.nixpkgs.follows = "nixpkgs"; + url = "github:Mic92/sops-nix"; + # Do not follow the pinned nixos-24.11 nixpkgs here; sops-nix needs a + # newer nixpkgs that provides buildGo125Module to build sops itself. }; }; -- cgit v1.3.1