Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-06 | Docs: Add nix develop --command entry | Jonathan Ringer | |
Add example of nix develop being used to execuate a series of script commands. This is common when doing things like CI/CD, and should be represented in the official documentation. Also useful for people looking for the 'nix develop' equivalent of 'nix-shell --run'. Related: - https://github.com/NixOS/nix/issues/6908 - https://github.com/NixOS/nix/issues/6908#issuecomment-1229266853 | |||
2022-05-10 | Add documentation for bash-prompt-prefix | Jimmy Reichley | |
2022-02-22 | Update docs | Eelco Dolstra | |
2022-01-30 | fix spelling mistakes reported by Debian's lintian tool | Thomas Koch | |
2021-10-09 | nix develop: add --unpack | Artturin | |
2021-07-13 | nix develop: Search in `devShells.${system}` by default | regnat | |
Make `nix develop .#foo` search `.#devShells.${system}.foo` first | |||
2020-12-21 | Typo | Eelco Dolstra | |
2020-12-21 | Add 'nix develop' and `nix print-dev-env' manpages | Eelco Dolstra | |