Pass chickenEggs as a parameter to egg2nix.
Those eggs are specific to egg2nix - it's unwise to make them public.
This commit is contained in:
parent
8d5fe133bd
commit
710765f9d9
@ -2799,8 +2799,9 @@ let
|
|||||||
bootstrap-chicken = chicken.override { bootstrap-chicken = null; };
|
bootstrap-chicken = chicken.override { bootstrap-chicken = null; };
|
||||||
};
|
};
|
||||||
|
|
||||||
chickenEggs = callPackage ../development/tools/egg2nix/chicken-eggs.nix { };
|
egg2nix = callPackage ../development/tools/egg2nix {
|
||||||
egg2nix = callPackage ../development/tools/egg2nix {};
|
chickenEggs = callPackage ../development/tools/egg2nix/chicken-eggs.nix { };
|
||||||
|
};
|
||||||
|
|
||||||
ccl = builderDefsPackage ../development/compilers/ccl {};
|
ccl = builderDefsPackage ../development/compilers/ccl {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user