File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 33
33
} ;
34
34
inherit system ;
35
35
overlays = [
36
- # NOTE (aseipp) : add any needed overlays here. in theory we could
36
+ # NOTE: add any needed overlays here. in theory we could
37
37
# pull them from the overlays/ directory automatically, but we don't
38
38
# want to have an arbitrary order, since it might matter. being
39
39
# explicit is better.
162
162
} ;
163
163
} ;
164
164
165
- # makeOurOrioleDbPostgresPkgs = version: patchedPostgres:
166
- # let postgresql = patchedPostgres;
167
- # in map (path: pkgs.callPackage path { inherit postgresql; }) orioledbExtension;
168
-
169
165
makeOurPostgresPkgs = version :
170
166
let
171
167
postgresql = getPostgresqlPackage version ;
Original file line number Diff line number Diff line change 1
- # { self, fetchurl, ... }:
2
-
3
- # let
4
- # generic = import ./generic.nix rec {
5
- # version = "16";
6
- # hash = "sha256-29uHUACwZKh8e4zJ9tWzEhLNjEuh6P31KbpxnMEhtuI=";
7
- # src = fetchurl {
8
- # url = "https://github.com/orioledb/postgres/archive/refs/tags/patches16_31.tar.gz";
9
- # sha256 = hash;
10
- # };
11
- # };
12
- # in
13
- # generic.overrideAttrs (oldAttrs: {
14
- # inherit generic;
15
- # })
16
- # orioledb-16.nix
17
1
import ./generic.nix {
18
2
version = "16_31" ;
19
3
hash = "sha256-29uHUACwZKh8e4zJ9tWzEhLNjEuh6P31KbpxnMEhtuI=" ;
You can’t perform that action at this time.
0 commit comments