Skip to content

Commit 5410170

Browse files
committed
ci: build and cache more packages in the Nix CI workflow
1 parent 2eb3fc3 commit 5410170

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@
13791379
psql_15 = makeCheckHarness basePackages.psql_15.bin;
13801380
psql_17 = makeCheckHarness basePackages.psql_17.bin;
13811381
psql_orioledb-17 = makeCheckHarness basePackages.psql_orioledb-17.bin;
1382-
inherit (basePackages) wal-g-2 wal-g-3;
1382+
inherit (basePackages) wal-g-2 wal-g-3 dbmate-tool pg_regress;
13831383
} // pkgs.lib.optionalAttrs (system == "aarch64-linux") {
13841384
inherit (basePackages) postgresql_15_debug postgresql_15_src postgresql_orioledb-17_debug postgresql_orioledb-17_src postgresql_17_debug postgresql_17_src;
13851385
};
@@ -1455,6 +1455,7 @@
14551455
dbmate
14561456
nushell
14571457
pythonEnv
1458+
nix-fast-build
14581459
];
14591460
shellHook = ''
14601461
export HISTFILE=.history

0 commit comments

Comments
 (0)