1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Add documentation for NAR spec in kaitai

* Add a new flake check
* Add unit tests
* Add Kaitai spec
* Updated documentation
This commit is contained in:
Farid Zakaria 2025-10-27 11:26:46 -07:00 committed by John Ericson
parent 89fa8c09a9
commit 53b4ea6c85
17 changed files with 402 additions and 4 deletions

View file

@ -417,6 +417,10 @@
supportsCross = false;
};
"nix-kaitai-struct-checks" = {
supportsCross = false;
};
"nix-perl-bindings" = {
supportsCross = false;
};