Skip to content

Commit 745dd57

Browse files
committed
Add pg-net nixos test in flake checks output
1 parent 72883b4 commit 745dd57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nix/checks.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@
309309
;
310310
}
311311
// pkgs.lib.optionalAttrs (system == "x86_64-linux") {
312+
pg_net = import ./ext/tests/pg_net.nix {
313+
inherit self;
314+
inherit pkgs;
315+
};
312316
wrappers = import ./ext/tests/wrappers.nix {
313317
inherit self;
314318
inherit pkgs;

0 commit comments

Comments
 (0)