Skip to content

Commit a841f57

Browse files
committedMar 22, 2025
fix: flake check not working locally on linux
When running `flake check` there was an error: ``` error: undefined variable 'samrose' ``` Remove `maintainers = with maintainers; [ samrose ];` to solve this.
1 parent 5b1b1f4 commit a841f57

37 files changed

+14
-51
lines changed
 

‎nix/docs/adding-new-package.md

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ buildPgrxExtension_0_11_3 rec {
131131
meta = with lib; {
132132
description = "JSON Schema Validation for PostgreSQL";
133133
homepage = "https://github.com/supabase/${pname}";
134-
maintainers = with maintainers; [ samrose ];
135134
platforms = postgresql.meta.platforms;
136135
license = licenses.postgresql;
137136
};

‎nix/ext/hypopg.nix

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
2424
meta = with lib; {
2525
description = "Hypothetical Indexes for PostgreSQL";
2626
homepage = "https://github.com/HypoPG/${pname}";
27-
maintainers = with maintainers; [ samrose ];
2827
platforms = postgresql.meta.platforms;
2928
license = licenses.postgresql;
3029
};

‎nix/ext/index_advisor.nix

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
2323
meta = with lib; {
2424
description = "Recommend indexes to improve query performance in PostgreSQL";
2525
homepage = "https://github.com/olirice/index_advisor";
26-
maintainers = with maintainers; [ samrose ];
2726
platforms = postgresql.meta.platforms;
2827
license = licenses.postgresql;
2928
};

‎nix/ext/mecab-naist-jdic/default.nix

+5-6
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@ stdenv.mkDerivation rec {
2121
${mecab}/libexec/mecab/mecab-dict-index -d . -o . -f UTF-8 -t utf-8
2222
runHook postBuild
2323
'';
24-
24+
2525
installPhase = ''
2626
runHook preInstall
27-
27+
2828
mkdir -p $out/lib/mecab/dic/naist-jdic
2929
cp *.dic *.bin *.def $out/lib/mecab/dic/naist-jdic/
30-
30+
3131
runHook postInstall
3232
'';
33-
33+
3434
meta = with lib; {
3535
description = "Naist Japanese Dictionary for MeCab";
3636
homepage = "https://taku910.github.io/mecab/";
3737
license = licenses.gpl2;
3838
platforms = platforms.unix;
39-
maintainers = with maintainers; [ samrose ];
4039
};
41-
}
40+
}

‎nix/ext/orioledb.nix

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,23 @@ stdenv.mkDerivation rec {
1414
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5";
1515
installPhase = ''
1616
runHook preInstall
17-
17+
1818
mkdir -p $out/{lib,share/postgresql/extension}
1919
2020
# Copy the extension library
2121
cp orioledb${postgresql.dlSuffix} $out/lib/
22-
22+
2323
# Copy sql files from the sql directory
2424
cp sql/*.sql $out/share/postgresql/extension/
25-
25+
2626
# Copy control file
2727
cp orioledb.control $out/share/postgresql/extension/
28-
28+
2929
runHook postInstall
3030
'';
3131
doCheck = true;
3232
meta = with lib; {
3333
description = "orioledb";
34-
maintainers = with maintainers; [ samrose ];
3534
platforms = postgresql.meta.platforms;
3635
license = licenses.postgresql;
3736
};

‎nix/ext/pg-safeupdate.nix

-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
2424
platforms = postgresql.meta.platforms;
2525
license = licenses.postgresql;
2626
broken = versionOlder postgresql.version "14";
27-
maintainers = with maintainers; [ samrose ];
2827
};
2928
}

‎nix/ext/pg_backtrace.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
2626
meta = with lib; {
2727
description = "Updated fork of pg_backtrace";
2828
homepage = "https://github.com/pashkinelfe/pg_backtrace";
29-
maintainers = with maintainers; [ samrose ];
3029
platforms = postgresql.meta.platforms;
3130
license = licenses.postgresql;
3231
};

‎nix/ext/pg_cron.nix

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
2525
description = "Run Cron jobs through PostgreSQL";
2626
homepage = "https://github.com/citusdata/pg_cron";
2727
changelog = "https://github.com/citusdata/pg_cron/raw/v${version}/CHANGELOG.md";
28-
maintainers = with maintainers; [ samrose ];
2928
platforms = postgresql.meta.platforms;
3029
license = licenses.postgresql;
3130
};

‎nix/ext/pg_graphql.nix

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ buildPgrxExtension_0_12_9 rec {
3535
CARGO_BUILD_RUSTFLAGS = "--cfg tokio_unstable -C debuginfo=0";
3636
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true;
3737

38-
38+
3939
doCheck = false;
4040

4141
meta = with lib; {
4242
description = "GraphQL support for PostreSQL";
4343
homepage = "https://github.com/supabase/${pname}";
44-
maintainers = with maintainers; [ samrose ];
4544
platforms = postgresql.meta.platforms;
4645
license = licenses.postgresql;
4746
};
48-
}
47+
}

‎nix/ext/pg_hashids.nix

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
2424
meta = with lib; {
2525
description = "Generate short unique IDs in PostgreSQL";
2626
homepage = "https://github.com/iCyberon/pg_hashids";
27-
maintainers = with maintainers; [ samrose ];
2827
platforms = postgresql.meta.platforms;
2928
license = licenses.postgresql;
3029
};

‎nix/ext/pg_jsonschema.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ buildPgrxExtension_0_12_6 rec {
6666
meta = with lib; {
6767
description = "JSON Schema Validation for PostgreSQL";
6868
homepage = "https://github.com/supabase/${pname}";
69-
maintainers = with maintainers; [ samrose ];
7069
platforms = postgresql.meta.platforms;
7170
license = licenses.postgresql;
7271
};
73-
}
72+
}

‎nix/ext/pg_net.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
2626
meta = with lib; {
2727
description = "Async networking for Postgres";
2828
homepage = "https://github.com/supabase/pg_net";
29-
maintainers = with maintainers; [ samrose ];
3029
platforms = postgresql.meta.platforms;
3130
license = licenses.postgresql;
3231
};

‎nix/ext/pg_partman.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
2626
description = "Partition management extension for PostgreSQL";
2727
homepage = "https://github.com/pgpartman/pg_partman";
2828
changelog = "https://github.com/pgpartman/pg_partman/blob/v${version}/CHANGELOG.md";
29-
maintainers = with maintainers; [ samrose ];
3029
platforms = postgresql.meta.platforms;
3130
license = licenses.postgresql;
3231
broken = versionOlder postgresql.version "14";

‎nix/ext/pg_plan_filter.nix

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
2323
meta = with lib; {
2424
description = "Filter PostgreSQL statements by execution plans";
2525
homepage = "https://github.com/pgexperts/${pname}";
26-
maintainers = with maintainers; [ samrose ];
2726
platforms = postgresql.meta.platforms;
2827
license = licenses.postgresql;
2928
};

‎nix/ext/pg_regress.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ stdenv.mkDerivation {
1717
meta = with lib; {
1818
description = "Regression testing tool for PostgreSQL";
1919
homepage = "https://www.postgresql.org/";
20-
maintainers = with maintainers; [ samrose ];
2120
platforms = postgresql.meta.platforms;
2221
license = licenses.postgresql;
2322
};
24-
}
23+
}

‎nix/ext/pg_repack.nix

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ stdenv.mkDerivation (finalAttrs: {
5959
'';
6060
homepage = "https://github.com/reorg/pg_repack";
6161
license = licenses.bsd3;
62-
maintainers = with maintainers; [ samrose ];
6362
inherit (postgresql.meta) platforms;
6463
mainProgram = "pg_repack";
6564
};

‎nix/ext/pg_stat_monitor.nix

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
4141
meta = with lib; {
4242
description = "Query Performance Monitoring Tool for PostgreSQL";
4343
homepage = "https://github.com/percona/${pname}";
44-
maintainers = with maintainers; [ samrose ];
4544
platforms = postgresql.meta.platforms;
4645
license = licenses.postgresql;
4746
broken = lib.versionOlder postgresql.version "15";

‎nix/ext/pg_tle.nix

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
2929
meta = with lib; {
3030
description = "Framework for 'Trusted Language Extensions' in PostgreSQL";
3131
homepage = "https://github.com/aws/${pname}";
32-
maintainers = with maintainers; [ samrose ];
3332
platforms = postgresql.meta.platforms;
3433
license = licenses.postgresql;
3534
};

‎nix/ext/pgaudit.nix

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ stdenv.mkDerivation {
4141
description = "Open Source PostgreSQL Audit Logging";
4242
homepage = "https://github.com/pgaudit/pgaudit";
4343
changelog = "https://github.com/pgaudit/pgaudit/releases/tag/${source.version}";
44-
maintainers = with maintainers; [ samrose ];
4544
platforms = postgresql.meta.platforms;
4645
license = licenses.postgresql;
4746
};

‎nix/ext/pgjwt.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
2626
'';
2727
license = licenses.mit;
2828
platforms = postgresql.meta.platforms;
29-
maintainers = with maintainers; [samrose];
3029
};
3130
}

‎nix/ext/pgroonga.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ stdenv.mkDerivation rec {
7474
changelog = "https://github.com/pgroonga/pgroonga/releases/tag/${version}";
7575
license = licenses.postgresql;
7676
platforms = postgresql.meta.platforms;
77-
maintainers = with maintainers; [ samrose ];
7877
};
79-
}
78+
}

‎nix/ext/pgrouting.nix

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ stdenv.mkDerivation rec {
5353
description = "A PostgreSQL/PostGIS extension that provides geospatial routing functionality";
5454
homepage = "https://pgrouting.org/";
5555
changelog = "https://github.com/pgRouting/pgrouting/releases/tag/v${version}";
56-
maintainers = with maintainers; [ steve-chavez samrose ];
5756
platforms = postgresql.meta.platforms;
5857
license = licenses.gpl2Plus;
5958
};

‎nix/ext/pgsodium.nix

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
2424
meta = with lib; {
2525
description = "Modern cryptography for PostgreSQL";
2626
homepage = "https://github.com/michelp/${pname}";
27-
maintainers = with maintainers; [ samrose ];
2827
platforms = postgresql.meta.platforms;
2928
license = licenses.postgresql;
3029
};

‎nix/ext/pgsql-http.nix

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
2424
meta = with lib; {
2525
description = "HTTP client for Postgres";
2626
homepage = "https://github.com/pramsey/${pname}";
27-
maintainers = with maintainers; [ samrose ];
2827
platforms = postgresql.meta.platforms;
2928
license = licenses.postgresql;
3029
};

‎nix/ext/pgtap.nix

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
2525
as well as the ability to integrate with other TAP-emitting test frameworks.
2626
It can also be used in the xUnit testing style.
2727
'';
28-
maintainers = with maintainers; [ samrose ];
2928
homepage = "https://pgtap.org";
3029
inherit (postgresql.meta) platforms;
3130
license = licenses.mit;

‎nix/ext/pljava.nix

-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@ maven.buildMavenPackage rec {
4646
description = "PL/Java extension for PostgreSQL";
4747
homepage = https://github.com/tada/pljava;
4848
license = licenses.bsd3;
49-
maintainers = [ maintainers.samrose ]; # Update with actual maintainer info
5049
};
5150
}

‎nix/ext/plv8.nix

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ stdenv.mkDerivation (finalAttrs: {
139139
meta = with lib; {
140140
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
141141
homepage = "https://plv8.github.io/";
142-
maintainers = with maintainers; [ samrose ];
143142
platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
144143
license = licenses.postgresql;
145144
};

‎nix/ext/postgis.nix

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ postInstall = ''
8181
homepage = "https://postgis.net/";
8282
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS";
8383
license = licenses.gpl2;
84-
maintainers = with maintainers; [ samrose ];
8584
inherit (postgresql.meta) platforms;
8685
};
8786
}

‎nix/ext/rum.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
2626
homepage = "https://github.com/postgrespro/rum";
2727
license = licenses.postgresql;
2828
platforms = postgresql.meta.platforms;
29-
maintainers = with maintainers; [ samrose ];
3029
};
3130
}

‎nix/ext/sfcgal/sfcgal.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
2626
homepage = "https://sfcgal.gitlab.io/SFCGAL/";
2727
license = with licenses; [ gpl3Plus lgpl3Plus];
2828
platforms = platforms.all;
29-
maintainers = with maintainers; [ samrose ];
3029
};
3130
}

‎nix/ext/timescaledb-2.9.1.nix

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
4343
description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space";
4444
homepage = "https://www.timescale.com/";
4545
changelog = "https://github.com/timescale/timescaledb/blob/${version}/CHANGELOG.md";
46-
maintainers = with maintainers; [ samrose ];
4746
platforms = postgresql.meta.platforms;
4847
license = licenses.asl20;
4948
broken = versionOlder postgresql.version "13";

‎nix/ext/timescaledb.nix

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
3535
description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space";
3636
homepage = "https://www.timescale.com/";
3737
changelog = "https://github.com/timescale/timescaledb/blob/${version}/CHANGELOG.md";
38-
maintainers = with maintainers; [ samrose ];
3938
platforms = postgresql.meta.platforms;
4039
license = licenses.asl20;
4140
broken = versionOlder postgresql.version "13";

‎nix/ext/vault.nix

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
2424
meta = with lib; {
2525
description = "Store encrypted secrets in PostgreSQL";
2626
homepage = "https://github.com/supabase/${pname}";
27-
maintainers = with maintainers; [ samrose ];
2827
platforms = postgresql.meta.platforms;
2928
license = licenses.postgresql;
3029
};

‎nix/ext/wal2json.nix

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
2424
description = "PostgreSQL JSON output plugin for changeset extraction";
2525
homepage = "https://github.com/eulerto/wal2json";
2626
changelog = "https://github.com/eulerto/wal2json/releases/tag/wal2json_${version}";
27-
maintainers = with maintainers; [ samrose ];
2827
platforms = postgresql.meta.platforms;
2928
license = licenses.bsd3;
3029
};

‎nix/ext/wrappers/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ buildPgrxExtension_0_12_9 rec {
157157
meta = with lib; {
158158
description = "Various Foreign Data Wrappers (FDWs) for PostreSQL";
159159
homepage = "https://github.com/supabase/wrappers";
160-
maintainers = with maintainers; [ samrose ];
161160
platforms = postgresql.meta.platforms;
162161
license = licenses.postgresql;
163162
};

‎nix/supabase-groonga.nix

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ in stdenv.mkDerivation (finalAttrs: {
6565
homepage = "https://groonga.org/";
6666
description = "Open-source fulltext search engine and column store";
6767
license = licenses.lgpl21;
68-
maintainers = [ maintainers.samrose ];
6968
platforms = platforms.all;
7069
longDescription = ''
7170
Groonga is an open-source fulltext search engine and column store.

‎nix/wal-g.nix

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ let
6060
license = licenses.asl20;
6161
description = "Archival restoration tool for PostgreSQL";
6262
mainProgram = "wal-g-${majorVersion}";
63-
maintainers = [ samrose ];
6463
};
6564
};
6665
in

0 commit comments

Comments
 (0)
Please sign in to comment.