cmd/fpkg/test: nixos test fpkg install/start

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-26 12:44:04 +09:00
parent d7d2bd33ed
commit 12c6d66bfd
6 changed files with 269 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
in
{
fortify = callPackage ./test { inherit system self; };
fpkg = callPackage ./cmd/fpkg/test { inherit system self; };
race = callPackage ./test {
inherit system self;
withRace = true;