modules/nixos/hydra: set localhost supportedFeatures from host configuration

This commit is contained in:
zowoq 2024-01-26 14:22:18 +10:00 committed by Jonas Chevalier
parent 635224ff57
commit 6a302a08cb

View file

@ -31,7 +31,7 @@
'') '')
(pkgs.writeText "local" '' (pkgs.writeText "local" ''
localhost x86_64-linux,builtin - 8 1 nixos-test,big-parallel,kvm - - localhost x86_64-linux,builtin - 8 1 ${pkgs.lib.concatStringsSep "," config.nix.settings.system-features} - -
'') '')
]; ];
hydraURL = "https://hydra.nix-community.org"; hydraURL = "https://hydra.nix-community.org";