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 2216f0c commit 48bdb73Copy full SHA for 48bdb73
flake.nix
@@ -1381,6 +1381,7 @@
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 = devShells.default;
1385
} // pkgs.lib.optionalAttrs (system == "aarch64-linux") {
1386
inherit (basePackages) postgresql_15_debug postgresql_15_src postgresql_orioledb-17_debug postgresql_orioledb-17_src postgresql_17_debug postgresql_17_src;
1387
};
0 commit comments