diff options
author | Vika <vika@fireburn.ru> | 2023-07-09 01:36:52 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-09 01:36:52 +0300 |
commit | 63148c502c11fcbe99f335c5d214fba84eda1c1c (patch) | |
tree | 6040f67c7eafc1e584d868545009b4b878df368c /flake.nix | |
parent | 7724c54b4bd8edc9c9cca3e0ae1b459b4550e0fb (diff) | |
download | kittybox-63148c502c11fcbe99f335c5d214fba84eda1c1c.tar.zst |
Passthru NixOS VM tests
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index bcbb7dc..bb4ef65 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,9 @@ kittybox = pkgs.callPackage ./kittybox.nix { naersk = naersk.lib.${system}; inherit (pkgs.nodePackages) typescript; + nixosTests = { + smokeTest = self.checks.${system}.nixos-test; + }; }; default = self.packages.${system}.kittybox; }; |