Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |