We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nix flake check
1 parent 0a3807d commit 16dcc76Copy full SHA for 16dcc76
flake.nix
@@ -1381,6 +1381,9 @@
1381
psql_17 = makeCheckHarness basePackages.psql_17.bin;
1382
psql_orioledb-17 = makeCheckHarness basePackages.psql_orioledb-17.bin;
1383
inherit (basePackages) wal-g-2 wal-g-3 dbmate-tool pg_regress;
1384
+ devShell = pkgs.runCommand "check-devShell" { buildInputs = [ devShells.default ]; } ''
1385
+ touch $out
1386
+ '';
1387
} // pkgs.lib.optionalAttrs (system == "aarch64-linux") {
1388
inherit (basePackages) postgresql_15_debug postgresql_15_src postgresql_orioledb-17_debug postgresql_orioledb-17_src postgresql_17_debug postgresql_17_src;
1389
};
0 commit comments