treewide: rename unused overlay arguments
Now that `nix flake check` doesn't complain about it anymore, try to be consistent about using that feature.
This commit is contained in:
parent
2f3989bba1
commit
a868088cc9
4 changed files with 5 additions and 5 deletions
|
|
@ -15,4 +15,4 @@ let
|
|||
mapModules ./. (file: import file { inherit self lib pkgs inputs; })
|
||||
);
|
||||
in
|
||||
mylib.extend (self: super: foldr (a: b: a // b) { } (attrValues super))
|
||||
mylib.extend (_self: super: foldr (a: b: a // b) { } (attrValues super))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue