1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00
nix/doc/manual/source
Martin Fischer 7a8a28629c feat(nix-instantiate): add --raw flag
The experimental `nix eval` command already supports a `--raw` flag.
This commit implements the same flag for the stable nix-instantiate command.

Until now instructions and scripts that didn't want to rely on experimental
features had to use workarounds such as:

    nix-instantiate --eval <something> | tr -d \"

(which also undesirably also removes double quotation marks within the string), or

    nix-instantiate --eval <something> | jq -j

(which undesirably depends on another package).

Co-authored-by: Silvan Mosberger <silvan.mosberger@tweag.io>
2024-12-31 16:36:49 +01:00
..
advanced-topics docs: update distributed-builds.md 2024-10-30 13:28:13 +01:00
architecture Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
command-ref feat(nix-instantiate): add --raw flag 2024-12-31 16:36:49 +01:00
development Make the default stdenv phases do the right thing 2024-11-12 20:42:53 +01:00
figures Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
installation doc/manual: add documentation for non-root container images 2024-11-11 22:54:37 +00:00
language docs: add links to string context documentation 2024-11-03 12:42:32 +01:00
package-management Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
protocols Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
release-notes Remove release note about flake substitution 2024-11-11 13:58:12 +01:00
store Update content-address.md (#11771) 2024-10-30 23:31:03 +00:00
_redirects Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
c-api.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
favicon.png Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
favicon.svg Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
glossary.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
introduction.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
meson.build Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
quick-start.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
SUMMARY.md.in release notes: 2.25.0 2024-11-07 17:53:26 +01:00