diff --git a/upstart-jobs/nix.nix b/upstart-jobs/nix.nix index 61ddbfbe80f..8b43036485e 100644 --- a/upstart-jobs/nix.nix +++ b/upstart-jobs/nix.nix @@ -198,7 +198,7 @@ in # coreutils and Perl) aren't visible. Sigh. nixDeps = pkgs.writeReferencesToFile config.environment.nix; in - pkgs.runCommand "nix.conf" {} '' + pkgs.runCommand "nix.conf" {extraOptions = config.nix.extraOptions; } '' extraPaths=$(for i in $(cat ${binshDeps} ${nixDeps}); do if test -d $i; then echo $i; fi; done) cat > $out <