treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# inspired by pkgs/development/haskell-modules/default.nix
|
||||
{ pkgs, stdenv, lib
|
||||
{ pkgs, lib
|
||||
, lua
|
||||
, overrides ? (self: super: {})
|
||||
}:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }@args:
|
||||
{ pkgs, ... }:
|
||||
self: super:
|
||||
with super;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user