nix: Add deadnix to postgrest-lint and remove dead nix code
This commit is contained in:
@@ -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,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
|
||||
|
||||
@@ -5,7 +5,7 @@ let
|
||||
inherit (self.haskell) lib;
|
||||
|
||||
overrides =
|
||||
final: prev:
|
||||
_: prev:
|
||||
rec {
|
||||
# To pin custom versions of Haskell packages:
|
||||
# protolude =
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
self: super:
|
||||
_: _:
|
||||
# Overlay that adds future versions of PostgreSQL that are supported by
|
||||
# PostgREST.
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
self: super:
|
||||
_: _:
|
||||
# Overlay that adds legacy versions of PostgreSQL that are supported by
|
||||
# PostgREST.
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
self: super:
|
||||
_: super:
|
||||
{
|
||||
libpq = super.callPackage ../libpq.nix {
|
||||
postgresql = super.postgresql_16;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
final: prev:
|
||||
_: prev:
|
||||
{
|
||||
slocat = prev.buildGoModule {
|
||||
name = "slocat";
|
||||
|
||||
Reference in New Issue
Block a user