Skip to content

Commit 23a13d6

Browse files
committed
fix: fix for x86_64-linux test
1 parent c2aa873 commit 23a13d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/ext/tests/pg_net.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let
2626
;
2727
lib = pkg;
2828
withPackages = _: pkg;
29+
installedExtensions = [ (installedExtension majorVersion) ];
2930
};
3031
nativeBuildInputs = [ pkgs.makeWrapper ];
3132
pathsToLink = [

0 commit comments

Comments
 (0)