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:
Bruno BELANYI 2023-05-03 14:48:36 +00:00
parent 2f3989bba1
commit a868088cc9
4 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@
outputs = { self, futils, nixpkgs, pre-commit-hooks }:
{
overlays = {
default = final: prev: {
default = final: _prev: {
project = with final; stdenv.mkDerivation {
pname = "project";
version = "0.0.0";

View file

@ -31,7 +31,7 @@
outputs = { self, futils, nixpkgs, pre-commit-hooks }:
{
overlays = {
default = final: prev: {
default = final: _prev: {
project = with final; stdenv.mkDerivation {
pname = "project";
version = "0.0.0";