modules/nixos/hydra: set localhost supportedFeatures from host configuration
This commit is contained in:
parent
635224ff57
commit
6a302a08cb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
'')
|
||||
|
||||
(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";
|
||||
|
|
Loading…
Add table
Reference in a new issue