Skip to content

Commit cb1770b

Browse files
committed
chore: shuffle a bit to match what is needed for various versions
1 parent 9208cfc commit cb1770b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
# go through the upstream release engineering process.
132132
ourExtensions = [
133133
./nix/ext/rum.nix
134+
./nix/ext/timescaledb.nix
134135
./nix/ext/pgroonga.nix
135136
./nix/ext/index_advisor.nix
136137
./nix/ext/wal2json.nix
@@ -216,7 +217,6 @@
216217
postgresql = getPostgresqlPackage version;
217218
extensions = if version == "15"
218219
then ourExtensions ++ [
219-
./nix/ext/timescaledb.nix
220220
./nix/ext/timescaledb-2.9.1.nix
221221
]
222222
else ourExtensions;

0 commit comments

Comments
 (0)