forked from lix-project/lix-installer
Use extra-nix-path to resolve nix-shell -p not working (#270)
This commit is contained in:
parent
2fa5bf2e22
commit
59abd1bef0
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ impl PlaceNixConfiguration {
|
||||||
auto-optimise-store = true\n\
|
auto-optimise-store = true\n\
|
||||||
\n\
|
\n\
|
||||||
bash-prompt-prefix = (nix:$name)\\040\n\
|
bash-prompt-prefix = (nix:$name)\\040\n\
|
||||||
|
\n\
|
||||||
|
extra-nix-path = nixpkgs=flake:nixpkgs\n\
|
||||||
",
|
",
|
||||||
extra_conf = extra_conf.join("\n"),
|
extra_conf = extra_conf.join("\n"),
|
||||||
version = env!("CARGO_PKG_VERSION"),
|
version = env!("CARGO_PKG_VERSION"),
|
||||||
|
|
Loading…
Reference in a new issue