fish: declare tests from nixosTests
This commit is contained in:
parent
14c9451a83
commit
2ad4e21249
@ -6,7 +6,7 @@
|
|||||||
, fetchpatch
|
, fetchpatch
|
||||||
|
|
||||||
, writeText
|
, writeText
|
||||||
|
, nixosTests
|
||||||
, useOperatingSystemEtc ? true
|
, useOperatingSystemEtc ? true
|
||||||
|
|
||||||
}:
|
}:
|
||||||
@ -179,6 +179,7 @@ let
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
shellPath = "/bin/fish";
|
shellPath = "/bin/fish";
|
||||||
|
tests.nixos = nixosTests.fish;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user