1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/doc/manual/rl-next
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
..
config Compile hand-written release notes with changelog-d 2023-11-24 15:13:21 +01:00
ignore-local-registries.md Ignore local registries for lock file generation 2024-12-16 09:43:44 +01:00
nix-copy-flags.md Add release note 2024-10-08 16:49:35 +02:00
nix-instantiate-raw.md feat(nix-instantiate): add --raw flag 2024-12-31 16:36:49 +01:00
nix-sshopts-parsing.md Implement shellSplitString for proper handling of NIX_SSHOPTS with spaces and quotes 2024-12-14 15:54:16 +00:00