Jonathan Ringer
|
6ce2e96c88
|
Docs: Add nix develop --command entry
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-09-06 08:18:29 -07:00 |
|
Jimmy Reichley
|
584475acf9
|
Add documentation for bash-prompt-prefix
|
2022-05-10 16:55:25 -04:00 |
|
Eelco Dolstra
|
1a6548ca75
|
Update docs
|
2022-02-22 14:32:56 +01:00 |
|
Thomas Koch
|
85b1427662
|
fix spelling mistakes reported by Debian's lintian tool
|
2022-01-30 10:51:39 +02:00 |
|
Artturin
|
e399c6ab7f
|
nix develop: add --unpack
|
2021-10-09 01:19:50 +03:00 |
|
regnat
|
037c86ee04
|
nix develop: Search in devShells.${system} by default
Make `nix develop .#foo` search `.#devShells.${system}.foo` first
|
2021-07-13 17:25:27 +02:00 |
|
Eelco Dolstra
|
4e065229c7
|
Typo
|
2020-12-21 13:32:27 +01:00 |
|
Eelco Dolstra
|
42cc98f8d6
|
Add 'nix develop' and `nix print-dev-env' manpages
|
2020-12-21 13:32:27 +01:00 |
|