Skip to content

Commit c7f1735

Browse files
authored
Merge pull request NixOS#14549 from Alexis211/doc/fix-nar-format
doc: fix "Nix Archive (NAR) format" specification
2 parents af0ac14 + ddc3fba commit c7f1735

File tree

1 file changed

+2
-2
lines changed
  • doc/manual/source/protocols/nix-archive

1 file changed

+2
-2
lines changed

doc/manual/source/protocols/nix-archive/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nar-obj-inner
2424
| str("type"), str("directory") directory
2525
;
2626
27-
regular = [ str("executable") ], str("contents"), str(contents);
27+
regular = [ str("executable"), str("") ], str("contents"), str(contents);
2828
2929
symlink = str("target"), str(target);
3030
@@ -52,4 +52,4 @@ The Nix Archive (NAR) format is also formally described using [Kaitai Struct](ht
5252
{{#include nar.ksy}}
5353
```
5454

55-
The source of the spec can be found [here](https://github.com/nixos/nix/blob/master/src/nix-manual/source/protocols/nix-archive/nar.ksy). Contributions and improvements to the spec are welcomed.
55+
The source of the spec can be found [here](https://github.com/nixos/nix/blob/master/src/nix-manual/source/protocols/nix-archive/nar.ksy). Contributions and improvements to the spec are welcomed.

0 commit comments

Comments
 (0)