treewide: Use correct output in ${config.nix.package}/bin
This commit is contained in:
committed by
Vladimír Čunát
parent
bee04a37ad
commit
60f5659dad
@@ -41,7 +41,7 @@ with lib;
|
||||
PermitTTY no
|
||||
PermitTunnel no
|
||||
X11Forwarding no
|
||||
ForceCommand ${config.nix.package}/bin/nix-store --serve
|
||||
ForceCommand ${config.nix.package.out}/bin/nix-store --serve
|
||||
Match All
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user