about summary refs log tree commit diff
path: root/nixos/tests/apfs.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-06-05nixos/tests/apfs: clean up codeLuflosi1-4/+4
- Use `runTest` instead of `handleTest`, which simplifies the code a little - Use `lib.maintainers` instead of `pkgs.lib.maintainers` - Remove unused function argument `pkgs` - Change test name in the kernel module from `test` to `apfs`, since that seems to be a common pattern for the name
2023-05-19apfsprogs: build apfs-snapLuflosi1-0/+13
Build the apfs-snap tool, which was added some time ago. Also add a NixOS test for it.
2023-01-31linuxPackages.apfs: unstable-2022-10-20 -> 0.3.0Luflosi1-5/+3
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.0 I also added a `longDescription` and modified the test to verify the checksum on all metadata nodes now that it works.
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-01-27nixos/apfs: initLuflosi1-0/+54
Add the final missing pieces for full APFS support.