nix-daemon.nix: Fix checkConfig
This commit is contained in:
parent
6445a7cf7d
commit
52e739cc58
@ -61,7 +61,7 @@ let
|
|||||||
'' else ''
|
'' else ''
|
||||||
echo "Checking that Nix can read nix.conf..."
|
echo "Checking that Nix can read nix.conf..."
|
||||||
ln -s $out ./nix.conf
|
ln -s $out ./nix.conf
|
||||||
NIX_CONF_DIR=$PWD ${cfg.package}/bin/nix show-config ${optionalString isNix23 "--no-net"} >/dev/null
|
NIX_CONF_DIR=$PWD ${cfg.package}/bin/nix show-config ${optionalString isNix23 "--no-net --option experimental-features nix-command"} >/dev/null
|
||||||
'')
|
'')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user