Skip to content

Commit 0e23e7d

Browse files
committed
chore: small cleanup
1 parent 1cd2063 commit 0e23e7d

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
};
3434
inherit system;
3535
overlays = [
36-
# NOTE (aseipp): add any needed overlays here. in theory we could
36+
# NOTE: add any needed overlays here. in theory we could
3737
# pull them from the overlays/ directory automatically, but we don't
3838
# want to have an arbitrary order, since it might matter. being
3939
# explicit is better.
@@ -162,10 +162,6 @@
162162
};
163163
};
164164

165-
# makeOurOrioleDbPostgresPkgs = version: patchedPostgres:
166-
# let postgresql = patchedPostgres;
167-
# in map (path: pkgs.callPackage path { inherit postgresql; }) orioledbExtension;
168-
169165
makeOurPostgresPkgs = version:
170166
let
171167
postgresql = getPostgresqlPackage version;

nix/postgresql/orioledb-16.nix

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
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
171
import ./generic.nix {
182
version = "16_31";
193
hash = "sha256-29uHUACwZKh8e4zJ9tWzEhLNjEuh6P31KbpxnMEhtuI=";

0 commit comments

Comments
 (0)