aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-02-26 12:44:04 +0900
committerOphestra <cat@gensokyo.uk>2025-02-26 13:12:16 +0900
commit12c6d66bfd3de9a6619b249755a6e51673c3d78d (patch)
tree4e673dfe01778e52aea0de2843fe0781c0ec7f0a /flake.nix
parentd7d2bd33eda985c128b7869b8eaa984507d66bc2 (diff)
cmd/fpkg/test: nixos test fpkg install/start
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 30986a05..e1dccece 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;