flake: move tests to checks
This commit is contained in:
parent
68a19e5754
commit
c0f59c2520
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue