nix: set up Nix VM tests

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I686e8e6c35395d871a38d974f9bb3a4f6a6a6964
This commit is contained in:
raf 2026-04-05 18:37:19 +03:00
commit 90f9a3d104
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 448 additions and 0 deletions

View file

@ -25,5 +25,12 @@
};
hydraJobs = self.packages;
checks = forEachSystem (system: {
p2p-discovery = import ./nix/tests/p2p.nix {
pkgs = pkgsForEach.${system};
inherit self;
};
});
};
}