mirror of
https://github.com/NixOS/nix.git
synced 2025-12-22 17:01:08 +01:00
Add hydraJobs.tests.nix-serve
This commit is contained in:
parent
cf5592c66a
commit
97bd6ebfed
4 changed files with 21 additions and 0 deletions
|
|
@ -160,3 +160,10 @@ in
|
|||
|
||||
cgroups = runNixOSTestFor "x86_64-linux" ./cgroups;
|
||||
}
|
||||
// (let
|
||||
inherit (nixpkgsFor."x86_64-linux".native) nixosTests;
|
||||
in {
|
||||
nix-serve =
|
||||
assert nixosTests.nix-serve.config.nodes.machine.services.nix-serve.package.nix == self.packages.x86_64-linux.nix;
|
||||
nixosTests.nix-serve;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue