mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-02-22 12:55:29 +08:00
Bump go to 1.25, remove compatibility for 25.05 or older
This commit is contained in:
parent
17eea6f381
commit
5c23dc81a7
13 changed files with 31 additions and 44 deletions
|
|
@ -97,7 +97,7 @@
|
|||
suffix-version =
|
||||
version: attrs:
|
||||
nixpkgs.lib.mapAttrs' (name: value: nixpkgs.lib.nameValuePair (name + version) value) attrs;
|
||||
suffix-stable = suffix-version "-25_05";
|
||||
suffix-stable = suffix-version "-25_11";
|
||||
in
|
||||
{
|
||||
home-manager = self.legacyPackages.${system}.homeConfigurations.sops.activation-script;
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
// nixpkgs.lib.optionalAttrs pkgs.stdenv.isLinux (suffix-stable tests-stable)
|
||||
// nixpkgs.lib.optionalAttrs pkgs.stdenv.isDarwin {
|
||||
darwin-sops =
|
||||
self.darwinConfigurations."sops-${pkgs.hostPlatform.darwinArch}".config.system.build.toplevel;
|
||||
self.darwinConfigurations."sops-${pkgs.stdenv.hostPlatform.darwinArch}".config.system.build.toplevel;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue