aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2026-07-17 15:46:49 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2026-07-17 15:46:49 +0200
commitfe57f4cfcfe121996910539856b35cd220cd71ce (patch)
treee7f12117ac726a40c06251e7fca60163113764a5
parent6906e6579f7e416a9f60d69d8824fa2729b8d9b8 (diff)
Changed the sops
-rw-r--r--flake.nix5
1 files 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.
};
};