Add minimal (internal) tests
This commit is contained in:
parent
e185d301ff
commit
84542be242
3 changed files with 62 additions and 0 deletions
|
|
@ -32,6 +32,15 @@
|
|||
system,
|
||||
...
|
||||
}: {
|
||||
checks = let
|
||||
tests = ["internal"];
|
||||
genTest = testName: {
|
||||
"name" = testName;
|
||||
"value" = import (./tests + "/${testName}.nix") {inherit pkgs;};
|
||||
};
|
||||
in
|
||||
pkgs.lib.listToAttrs (map genTest tests);
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
alejandra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue