diff options
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. }; }; |
