You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set nix.generateNixPathFromInputs = true it will symlink my inputs into /etc/nix/inputs even if I also set nix.linkInputs = false. This configuration should be considered an error instead (e.g. using an assertion).
Also, I would suggest that setting nix.generateNixPathFromInputs = true should actually change the default value of nix.linkInputs, so that way nixos-option nix.linkInputs shows the right value.
The text was updated successfully, but these errors were encountered:
If I set
nix.generateNixPathFromInputs = true
it will symlink my inputs into/etc/nix/inputs
even if I also setnix.linkInputs = false
. This configuration should be considered an error instead (e.g. using an assertion).Also, I would suggest that setting
nix.generateNixPathFromInputs = true
should actually change the default value ofnix.linkInputs
, so that waynixos-option nix.linkInputs
shows the right value.The text was updated successfully, but these errors were encountered: