diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:46:49 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:46:49 +0200 |
| commit | fe57f4cfcfe121996910539856b35cd220cd71ce (patch) | |
| tree | e7f12117ac726a40c06251e7fca60163113764a5 /flake.nix | |
| parent | 6906e6579f7e416a9f60d69d8824fa2729b8d9b8 (diff) | |
Changed the sops
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. }; }; |
