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.
1 parent 2eb3fc3 commit 5410170Copy full SHA for 5410170
flake.nix
@@ -1379,7 +1379,7 @@
1379
psql_15 = makeCheckHarness basePackages.psql_15.bin;
1380
psql_17 = makeCheckHarness basePackages.psql_17.bin;
1381
psql_orioledb-17 = makeCheckHarness basePackages.psql_orioledb-17.bin;
1382
- inherit (basePackages) wal-g-2 wal-g-3;
+ inherit (basePackages) wal-g-2 wal-g-3 dbmate-tool pg_regress;
1383
} // pkgs.lib.optionalAttrs (system == "aarch64-linux") {
1384
inherit (basePackages) postgresql_15_debug postgresql_15_src postgresql_orioledb-17_debug postgresql_orioledb-17_src postgresql_17_debug postgresql_17_src;
1385
};
@@ -1455,6 +1455,7 @@
1455
dbmate
1456
nushell
1457
pythonEnv
1458
+ nix-fast-build
1459
];
1460
shellHook = ''
1461
export HISTFILE=.history
0 commit comments