Skip to content

Commit 16dcc76

Browse files
committed
chore: add a nix flake check for the devShell
1 parent 0a3807d commit 16dcc76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,9 @@
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 = pkgs.runCommand "check-devShell" { buildInputs = [ devShells.default ]; } ''
1385+
touch $out
1386+
'';
13841387
} // pkgs.lib.optionalAttrs (system == "aarch64-linux") {
13851388
inherit (basePackages) postgresql_15_debug postgresql_15_src postgresql_orioledb-17_debug postgresql_orioledb-17_src postgresql_17_debug postgresql_17_src;
13861389
};

0 commit comments

Comments
 (0)