File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 46
46
#This variable works the same as 'oriole_pkgs' but builds using the upstream
47
47
#nixpkgs builds of postgresql 15 and 16 + the overlays listed below
48
48
pkgs = import nixpkgs {
49
- config = { allowUnfree = true ; } ;
49
+ config = {
50
+ allowUnfree = true ;
51
+ permittedInsecurePackages = [
52
+ "v8-9.7.106.18"
53
+ ] ;
54
+ } ;
50
55
inherit system ;
51
56
overlays = [
52
57
# NOTE (aseipp): add any needed overlays here. in theory we could
293
298
sfcgal = sfcgal ;
294
299
pg_regress = pg_regress ;
295
300
pg_prove = pkgs . perlPackages . TAPParserSourceHandlerpgTAP ;
301
+ postgresql_15 = postgresql_15 ;
296
302
# Start a version of the server.
297
303
start-server =
298
304
let
513
519
# NOTE: comes from our cargo-pgrx-0-11-3.nix overlay
514
520
cargo-pgrx_0_11_3 ;
515
521
522
+
516
523
} ;
517
524
518
525
# The list of exported 'checks' that are run with every run of 'nix
You can’t perform that action at this time.
0 commit comments