flake: add nixosTests to checks
This commit is contained in:
parent
02bcb639eb
commit
a629209368
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@
|
||||||
imports = [ ./dev/shell.nix ./terraform/shell.nix ];
|
imports = [ ./dev/shell.nix ./terraform/shell.nix ];
|
||||||
treefmt.imports = [ ./dev/treefmt.nix ];
|
treefmt.imports = [ ./dev/treefmt.nix ];
|
||||||
|
|
||||||
|
checks = {
|
||||||
|
nixosTests-hydra = pkgs.nixosTests.hydra.hydra_unstable;
|
||||||
|
nixosTests-lemmy = pkgs.nixosTests.lemmy;
|
||||||
|
nixosTests-pict-rs = pkgs.nixosTests.pict-rs;
|
||||||
|
};
|
||||||
|
|
||||||
packages.pages = pkgs.runCommand "pages"
|
packages.pages = pkgs.runCommand "pages"
|
||||||
{
|
{
|
||||||
buildInputs = [ pkgs.python3.pkgs.mkdocs-material ];
|
buildInputs = [ pkgs.python3.pkgs.mkdocs-material ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue