treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, stdenv, eggDerivation, fetchegg }:
|
||||
{ pkgs, lib, eggDerivation, fetchegg }:
|
||||
let
|
||||
eggs = import ./eggs.nix { inherit eggDerivation fetchegg; };
|
||||
in with pkgs; eggDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user