Commit b2d9c38
committed
fix(pg_stat_monitor): use pkgs.testers.runNixOSTest instead of self.inputs.nixpkgs.lib.nixos.runTest
The pg_stat_monitor test was using self.inputs.nixpkgs.lib.nixos.runTest
with hostPkgs parameter, which causes cross-compilation issues on Darwin
when building Linux VMs. This change aligns it with all other extension
tests by using pkgs.testers.runNixOSTest, which properly handles
cross-platform builds.1 parent 413e268 commit b2d9c38
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
0 commit comments