We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It seems it doesn't understand <variable> references yet, is that correct?
<variable>
Works in nix-shell:
nix-shell
NIX_PATH= nix-shell -I nixpkgs=/etc/nixos/nixpkgs '<nixpkgs>' -A procps
Does not work in cached-nix-shell:
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.)
NIX_PATH=
<nixpkgs>'
The text was updated successfully, but these errors were encountered:
7caf517
Thanks for the report. Both #21 and #22 should be fixed in master branch.
Sorry, something went wrong.
Thanks!
No branches or pull requests
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.)The text was updated successfully, but these errors were encountered: