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
The NIX_CONFIG environmental variable can be used to set valid nix.conf values directly in the environment, which is awesome, but the values preprended with extra- don't work as they do in regular config files.
Steps To Reproduce
run NIX_CONFIG='extra-substituters = https://example.com' nix show-config
Expected behavior
It should work as it does elsewhere.
nix-env --version output
nix (Nix) 2.12.1
The text was updated successfully, but these errors were encountered:
Describe the bug
The
NIX_CONFIG
environmental variable can be used to set valid nix.conf values directly in the environment, which is awesome, but the values preprended withextra-
don't work as they do in regular config files.Steps To Reproduce
run
NIX_CONFIG='extra-substituters = https://example.com' nix show-config
Expected behavior
It should work as it does elsewhere.
nix-env --version
outputnix (Nix) 2.12.1
The text was updated successfully, but these errors were encountered: