diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-26 12:44:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-26 13:12:16 +0900 |
| commit | 12c6d66bfd3de9a6619b249755a6e51673c3d78d (patch) | |
| tree | 4e673dfe01778e52aea0de2843fe0781c0ec7f0a /flake.nix | |
| parent | d7d2bd33eda985c128b7869b8eaa984507d66bc2 (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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
