nix: Add deadnix to postgrest-lint and remove dead nix code

This commit is contained in:
Wolfgang Walther
2024-02-24 13:08:04 +01:00
parent caf0a70171
commit ccc386cf38
14 changed files with 18 additions and 46 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
self: super:
_: super:
# Overlay that adds `buildToolbox`, an enhanced version of `buildEnv`
{
buildToolbox = super.callPackage ./build-toolbox.nix { };
@@ -1,4 +1,4 @@
self: super:
_: super:
# Overlay that adds `checkedShellScript`, an enhanced version of
# writeShellScript and writeShellScriptBin
{
+1 -1
View File
@@ -1,4 +1,4 @@
self: super:
_: super:
# Overlay that adds the `gitignoreSource` function from Hercules-CI.
# This function is useful for filtering which files are added to the Nix store.
# See: https://github.com/hercules-ci/gitignore.nix
+1 -1
View File
@@ -5,7 +5,7 @@ let
inherit (self.haskell) lib;
overrides =
final: prev:
_: prev:
rec {
# To pin custom versions of Haskell packages:
# protolude =
+1 -1
View File
@@ -1,4 +1,4 @@
self: super:
_: _:
# Overlay that adds future versions of PostgreSQL that are supported by
# PostgREST.
{
+1 -1
View File
@@ -1,4 +1,4 @@
self: super:
_: _:
# Overlay that adds legacy versions of PostgreSQL that are supported by
# PostgREST.
{
+1 -1
View File
@@ -1,4 +1,4 @@
self: super:
_: super:
{
libpq = super.callPackage ../libpq.nix {
postgresql = super.postgresql_16;
+1 -1
View File
@@ -1,4 +1,4 @@
final: prev:
_: prev:
{
slocat = prev.buildGoModule {
name = "slocat";