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
+2 -2
View File
@@ -77,7 +77,7 @@ let
"-f dev --test-show-detail=direct";
profiledHaskellPackages =
pkgs.haskell.packages."${compiler}".extend (self: super:
pkgs.haskell.packages."${compiler}".extend (_: super:
{
mkDerivation =
args:
@@ -118,7 +118,7 @@ rec {
pkgs.callPackage nix/tools/cabalTools.nix { inherit devCabalOptions postgrest; };
withTools =
pkgs.callPackage nix/tools/withTools.nix { inherit cabalTools devCabalOptions postgresqlVersions postgrest; };
pkgs.callPackage nix/tools/withTools.nix { inherit postgresqlVersions postgrest; };
# Development tools.
devTools =