1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

Merge pull request #14549 from Alexis211/doc/fix-nar-format

doc: fix "Nix Archive (NAR) format" specification
This commit is contained in:
John Ericson 2025-11-12 20:10:17 +00:00 committed by GitHub
commit c7f17358fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ nar-obj-inner
| str("type"), str("directory") directory
;
regular = [ str("executable") ], str("contents"), str(contents);
regular = [ str("executable"), str("") ], str("contents"), str(contents);
symlink = str("target"), str(target);