Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-23 | nix develop: Ignore some more bash special variables | Eelco Dolstra | |
Fixes #6940. | |||
2021-07-12 | Merge branch 'master' into structured-attrs-shell | Maximilian Bosch | |
Conflicts: src/nix/develop.cc src/nix/get-env.sh tests/shell.nix | |||
2021-07-09 | nix print-dev-env: Add --json flag | Eelco Dolstra | |
2021-07-09 | nix develop: Filter some bash magic variables | Eelco Dolstra | |
2021-07-09 | nix develop: Don't parse bash environment with regexes | Eelco Dolstra | |
Instead have get-env.sh dump the bash environment as JSON. This should be a lot less error-prone. Fixes #4992. | |||
2021-06-22 | Add testcase for `nix develop` with `__structuredAttrs` | Maximilian Bosch | |
2021-06-22 | Fix usage of structured attrs for `nix develop` | Maximilian Bosch | |
2020-08-28 | nix develop: Set output paths to writable locations | Eelco Dolstra | |
Currently, they're set to $(pwd)/outputs/$outputName. This allows commands like 'make install' to work. | |||
2020-07-06 | nix develop: Support derivations with multiple outputs | Eelco Dolstra | |
2020-04-30 | nix dev-shell: Support structured attrs | Eelco Dolstra | |
Tested against https://github.com/NixOS/nixpkgs/pull/72074. Fixes #3540. | |||
2020-04-30 | nix dev-shell: Refactor script for getting the environment | Eelco Dolstra | |