flake.nix: Add basic check for opening the home page
This commit is contained in:
parent
b76e61a55a
commit
b88937af54
3 changed files with 49 additions and 0 deletions
|
|
@ -64,5 +64,10 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
checks.${system} = import ./nix/checks {
|
||||
inherit self system;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue