flake: move tests to checks

This commit is contained in:
teutat3s 2024-08-26 20:06:06 +02:00
parent 68a19e5754
commit c0f59c2520
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -79,7 +79,7 @@
master = import inputs.master { inherit system; };
};
packages =
checks =
let
nixos-lib = import (inputs.nixpkgs + "/nixos/lib") { };
testDir = builtins.attrNames (builtins.readDir ./tests);