3
0
Fork 0
forked from mirrors/nixpkgs

nixos/nix-serve: use bzip2.bin output

This commit is contained in:
Thomas Tuegel 2016-02-07 18:38:00 -06:00
parent c8577b9f30
commit 5a13e9500c

View file

@ -50,7 +50,7 @@ in
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = [ config.nix.package pkgs.bzip2 ];
path = [ config.nix.package pkgs.bzip2.bin ];
environment.NIX_REMOTE = "daemon";
environment.NIX_SECRET_KEY_FILE = cfg.secretKeyFile;