Implement nixos-modules/static-page test
All checks were successful
CI / build (push) Successful in 2m40s

This commit is contained in:
Fabian Hauser 2025-03-24 14:17:53 +02:00
parent c3962b9738
commit 7930f9191d
10 changed files with 180 additions and 15 deletions

View file

@ -4,7 +4,7 @@
pkgs,
deployPkgs,
...
}@inputs:
}:
{
${system} = {
@ -16,6 +16,10 @@
mkdir $out
'';
nixos-modules = pkgs.callPackage ./nixos-modules {
inherit (self.lib) getSubDirs isFolderWithFile;
};
#TODO(#29): Integration/System tests
# Import deploy-rs tests