aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
};
};