Eelco Dolstra
|
5f6375a816
|
nix develop: Filter some bash magic variables
|
2021-07-09 01:18:44 +02:00 |
|
Eelco Dolstra
|
b1f1347ade
|
nix develop: Don't parse bash environment with regexes
Instead have get-env.sh dump the bash environment as JSON. This should
be a lot less error-prone.
Fixes #4992.
|
2021-07-09 01:18:37 +02:00 |
|
Eelco Dolstra
|
3156560d41
|
nix develop: Set output paths to writable locations
Currently, they're set to $(pwd)/outputs/$outputName. This allows
commands like 'make install' to work.
|
2020-08-28 18:16:03 +02:00 |
|
Eelco Dolstra
|
68f524d717
|
nix develop: Support derivations with multiple outputs
|
2020-07-06 18:34:58 +02:00 |
|
Eelco Dolstra
|
efe6c186ea
|
nix dev-shell: Support structured attrs
Tested against https://github.com/NixOS/nixpkgs/pull/72074.
Fixes #3540.
|
2020-04-30 14:47:47 +02:00 |
|
Eelco Dolstra
|
2fcfc6c2c6
|
nix dev-shell: Refactor script for getting the environment
|
2020-04-30 13:05:29 +02:00 |
|