mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/nix-serve: use bzip2.bin output
This commit is contained in:
parent
c8577b9f30
commit
5a13e9500c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue