Merge pull request #40 from hercules-ci/domenkozar-patch-1

nixos: set correct $PATH
This commit is contained in:
Robert Hensing 2019-07-31 14:35:07 +02:00 committed by GitHub
commit 695785f5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ in
];
image.command = [ "${config.nixos.build.toplevel}/init" ];
service.environment.container = "docker";
service.environment.PATH = "/usr/bin:/run/current-system/sw/bin/";
service.volumes = [
"/sys/fs/cgroup:/sys/fs/cgroup:ro"
];