about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-07-09 01:36:52 +0300
committerVika <vika@fireburn.ru>2023-07-09 01:36:52 +0300
commit63148c502c11fcbe99f335c5d214fba84eda1c1c (patch)
tree6040f67c7eafc1e584d868545009b4b878df368c /flake.nix
parent7724c54b4bd8edc9c9cca3e0ae1b459b4550e0fb (diff)
Passthru NixOS VM tests
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
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;
     };