apfsprogs: link to apfs NixOS test

This commit is contained in:
Luflosi 2023-04-16 17:44:09 +02:00
parent f30febf830
commit ad7996abce
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, nixosTests
}:
stdenv.mkDerivation {
@ -28,6 +29,10 @@ stdenv.mkDerivation {
runHook postInstall
'';
passthru.tests = {
apfs = nixosTests.apfs;
};
meta = with lib; {
description = "Experimental APFS tools for linux";
homepage = "https://github.com/linux-apfs/apfsprogs";