2020-12-09 20:21:48 +02:00
|
|
|
R""(
|
|
|
|
|
|
|
|
# Examples
|
|
|
|
|
2024-04-10 00:07:39 +03:00
|
|
|
* List a file in a [Nix Archive (NAR)][Nix Archive] and pipe it through `gunzip`:
|
2020-12-09 20:21:48 +02:00
|
|
|
|
|
|
|
```console
|
|
|
|
# nix nar cat ./hello.nar /share/man/man1/hello.1.gz | gunzip
|
|
|
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
|
|
|
.TH HELLO "1" "November 2014" "hello 2.10" "User Commands"
|
|
|
|
…
|
|
|
|
```
|
|
|
|
|
|
|
|
# Description
|
|
|
|
|
|
|
|
This command prints on standard output the contents of the regular
|
|
|
|
file *path* inside the NAR file *nar*.
|
|
|
|
|
2024-04-10 00:07:39 +03:00
|
|
|
[Nix Archive]: @docroot@/store/file-system-object/content-address.md#serial-nix-archive
|
2020-12-09 20:21:48 +02:00
|
|
|
)""
|