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";
|
||||
version = "2.0";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, stdenv, eggDerivation, fetchegg }:
|
||||
{ eggDerivation, fetchegg }:
|
||||
rec {
|
||||
aes = eggDerivation {
|
||||
name = "aes-1.5";
|
||||
|
||||
Reference in New Issue
Block a user