diff options
author | Ben Sima <ben@bsima.me> | 2022-07-25 17:22:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-25 17:47:27 -0400 |
commit | 0eb939a2b1a2886f9d52f3bd764614f43330e96a (patch) | |
tree | 177a6dcaa5d0ef89f05e0b9250463ec9f9044c94 /Biz/Bild | |
parent | 953fc16e402c56798f26b7c3d1f38f23560b0faa (diff) |
Run deadnix as a linter
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Deps.nix | 4 | ||||
-rw-r--r-- | Biz/Bild/Deps/inspekt3d.nix | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix index 79f7ac3..c236a0c 100644 --- a/Biz/Bild/Deps.nix +++ b/Biz/Bild/Deps.nix @@ -1,4 +1,4 @@ -self: super: +_self: super: with import ./Constants.nix; let @@ -10,7 +10,7 @@ in rec { haskell = super.haskell // { packages = super.haskell.packages // { - "${ghcCompiler}" = super.haskell.packages."${ghcCompiler}".override (old: { + "${ghcCompiler}" = super.haskell.packages."${ghcCompiler}".override (_old: { overrides = with super.pkgs.haskell.lib; sel: sup: super.overridePinnedDeps (buildCabal sel) // { acid-state = dontCheck sup.acid-state; # mac: "too many open files" diff --git a/Biz/Bild/Deps/inspekt3d.nix b/Biz/Bild/Deps/inspekt3d.nix index 1093165..78393ee 100644 --- a/Biz/Bild/Deps/inspekt3d.nix +++ b/Biz/Bild/Deps/inspekt3d.nix @@ -1,6 +1,5 @@ { stdenv , lib -, fetchFromGitHub , autoreconfHook , pkgconfig , guile |