pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ pkgs, stdenv, eggDerivation, fetchegg }:
|
||||
let
|
||||
eggs = import ./eggs.nix { inherit pkgs stdenv eggDerivation fetchegg; };
|
||||
eggs = import ./eggs.nix { inherit eggDerivation fetchegg; };
|
||||
in with pkgs; eggDerivation rec {
|
||||
pname = "ugarit-manifest-maker";
|
||||
version = "0.1";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, stdenv, eggDerivation, fetchegg }:
|
||||
{ eggDerivation, fetchegg }:
|
||||
rec {
|
||||
blob-utils = eggDerivation {
|
||||
name = "blob-utils-1.0.3";
|
||||
|
||||
Reference in New Issue
Block a user