fish: declare tests from nixosTests

This commit is contained in:
Emery Hemingway 2020-04-16 12:52:38 +05:30
parent 14c9451a83
commit 2ad4e21249

View file

@ -6,7 +6,7 @@
, fetchpatch
, writeText
, nixosTests
, useOperatingSystemEtc ? true
}:
@ -179,6 +179,7 @@ let
passthru = {
shellPath = "/bin/fish";
tests.nixos = nixosTests.fish;
};
};