aboutsummaryrefslogtreecommitdiff
path: root/src/nix/develop.md
AgeCommit message (Collapse)Author
2022-09-06Docs: Add nix develop --command entryJonathan 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-10Add documentation for bash-prompt-prefixJimmy Reichley
2022-02-22Update docsEelco Dolstra
2022-01-30fix spelling mistakes reported by Debian's lintian toolThomas Koch
2021-10-09nix develop: add --unpackArtturin
2021-07-13nix develop: Search in `devShells.${system}` by defaultregnat
Make `nix develop .#foo` search `.#devShells.${system}.foo` first
2020-12-21TypoEelco Dolstra
2020-12-21Add 'nix develop' and `nix print-dev-env' manpagesEelco Dolstra