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? 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
Would be great to be able to easily install packages in the docker image (works using nix shell, but that's awkward).
I think the best option would be to just add ~/.nix-profile/bin to the PATH, wouldn't it?
~/.nix-profile/bin
Allowing:
$ nix profile install nixpkgs#rsync $ rsync --help
The text was updated successfully, but these errors were encountered:
[nix-flakes] add ~/.nix-profile/bin to PATH
595c86e
See nix-community#50
[nix-flakes] add ~/.nix-profile/bin to PATH (#51)
e7ea2ba
See #50
No branches or pull requests
Would be great to be able to easily install packages in the docker image (works using nix shell, but that's awkward).
I think the best option would be to just add
~/.nix-profile/bin
to the PATH, wouldn't it?Allowing:
The text was updated successfully, but these errors were encountered: