Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not understand <nixpkgs> references #21

Closed
nh2 opened this issue Dec 24, 2020 · 2 comments
Closed

Does not understand <nixpkgs> references #21

nh2 opened this issue Dec 24, 2020 · 2 comments

Comments

@nh2
Copy link

nh2 commented Dec 24, 2020

It seems it doesn't understand <variable> references yet, is that correct?

Works in nix-shell:

NIX_PATH= nix-shell -I nixpkgs=/etc/nixos/nixpkgs '<nixpkgs>' -A procps

Does not work in cached-nix-shell:

NIX_PATH= cached-nix-shell -I nixpkgs=/etc/nixos/nixpkgs '<nixpkgs>' -A procps

(I repro with NIX_PATH= to empty that variable, to avoid the <nixpkgs>' import potentially working due to some other system-dependent reason.)

@xzfc xzfc closed this as completed in 7caf517 Dec 27, 2020
@xzfc
Copy link
Owner

xzfc commented Dec 27, 2020

Thanks for the report. Both #21 and #22 should be fixed in master branch.

@nh2
Copy link
Author

nh2 commented Dec 27, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants