Skip to content

Commit 48bdb73

Browse files
committed
chore: add a nix flake check for the devShell
1 parent 2216f0c commit 48bdb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,7 @@
13811381
psql_17 = makeCheckHarness basePackages.psql_17.bin;
13821382
psql_orioledb-17 = makeCheckHarness basePackages.psql_orioledb-17.bin;
13831383
inherit (basePackages) wal-g-2 wal-g-3 dbmate-tool pg_regress;
1384+
devShell = devShells.default;
13841385
} // pkgs.lib.optionalAttrs (system == "aarch64-linux") {
13851386
inherit (basePackages) postgresql_15_debug postgresql_15_src postgresql_orioledb-17_debug postgresql_orioledb-17_src postgresql_17_debug postgresql_17_src;
13861387
};

0 commit comments

Comments
 (0)