Use system-features from the Nix conf in the default machine file
Fix #936
This commit is contained in:
9
t/jobs/default-machine-file.nix
Normal file
9
t/jobs/default-machine-file.nix
Normal file
@ -0,0 +1,9 @@
|
||||
with import ./config.nix;
|
||||
{
|
||||
requireExperimentalFeatures =
|
||||
mkDerivation {
|
||||
name = "empty-dir";
|
||||
builder = ./empty-dir-builder.sh;
|
||||
requiredSystemFeatures = [ "test-system-feature" ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user