nix: set up Nix VM tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I686e8e6c35395d871a38d974f9bb3a4f6a6a6964
This commit is contained in:
parent
00bbf5608c
commit
90f9a3d104
2 changed files with 448 additions and 0 deletions
|
|
@ -25,5 +25,12 @@
|
|||
};
|
||||
|
||||
hydraJobs = self.packages;
|
||||
|
||||
checks = forEachSystem (system: {
|
||||
p2p-discovery = import ./nix/tests/p2p.nix {
|
||||
pkgs = pkgsForEach.${system};
|
||||
inherit self;
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue