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
9
nix/checks/default.nix
Normal file
9
nix/checks/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
system,
|
||||
}: let
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // {inherit self;});
|
||||
in {
|
||||
openHomepage = callPackage ./open-homepage.nix {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue