summary refs log tree commit diff
path: root/checks.nix
AgeCommit message (Collapse)Author
2025-12-18implement the secret-list commandIrene Knapp
Change-Id: I5e1570940fedf52bb560fd824270e201757004ed
2025-09-09format test-case JSON before diffing itIrene Knapp
hopefully this will make the diffs more readable; otherwise the entire JSON file is a single huge line... depending on Perl feels heavyweight but keep in mind that Perl is already a mandatory part of any Linux system I'm familiar with, and it has a very nice JSON pretty-printer Change-Id: I817b4f6b63152673b31aeb32a3255d4c1b83942e
2025-09-09make a really fancy test harness for nix module evaluationIrene Knapp
I've never done this before and am really proud of the code; I hope the comments help but feel free to ask questions. As you can see by looking at the diffs to `options.nix`, it did catch several issues that had gotten through up to this point. I'm pretty pleased with that. As before, `nix flake check` is all you need to do to run it. Change-Id: I99a550e92d7b4770e52b6aba763cff2bdc4c9287