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
|
@ -35,6 +35,8 @@ impl PlaceNixConfiguration {
|
|||
auto-optimise-store = true\n\
|
||||
\n\
|
||||
bash-prompt-prefix = (nix:$name)\\040\n\
|
||||
\n\
|
||||
extra-nix-path = nixpkgs=flake:nixpkgs\n\
|
||||
",
|
||||
extra_conf = extra_conf.join("\n"),
|
||||
version = env!("CARGO_PKG_VERSION"),
|
||||
|
|
Loading…
Reference in a new issue