Bump go to 1.25, remove compatibility for 25.05 or older

This commit is contained in:
Sandro Jäckel 2026-02-04 19:48:56 +01:00
parent 17eea6f381
commit 5c23dc81a7
No known key found for this signature in database
GPG key ID: 236B6291555E8401
13 changed files with 31 additions and 44 deletions

View file

@ -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;
}
);