aboutsummaryrefslogtreecommitdiff
path: root/src/nix/get-env.sh
AgeCommit message (Collapse)Author
2020-08-28nix develop: Set output paths to writable locationsEelco Dolstra
Currently, they're set to $(pwd)/outputs/$outputName. This allows commands like 'make install' to work.
2020-07-06nix develop: Support derivations with multiple outputsEelco Dolstra
2020-04-30nix dev-shell: Support structured attrsEelco Dolstra
Tested against https://github.com/NixOS/nixpkgs/pull/72074. Fixes #3540.
2020-04-30nix dev-shell: Refactor script for getting the environmentEelco Dolstra