flake.nix: Add basic check for opening the home page

This commit is contained in:
Tristan Daniël Maat 2022-10-03 02:40:19 +01:00
parent b76e61a55a
commit b88937af54
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 49 additions and 0 deletions

View file

@ -64,5 +64,10 @@
];
};
};
checks.${system} = import ./nix/checks {
inherit self system;
pkgs = nixpkgs.legacyPackages.${system};
};
};
}