fish: declare tests from nixosTests
This commit is contained in:
parent
14c9451a83
commit
2ad4e21249
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
, fetchpatch
|
||||
|
||||
, writeText
|
||||
|
||||
, nixosTests
|
||||
, useOperatingSystemEtc ? true
|
||||
|
||||
}:
|
||||
|
@ -179,6 +179,7 @@ let
|
|||
|
||||
passthru = {
|
||||
shellPath = "/bin/fish";
|
||||
tests.nixos = nixosTests.fish;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue