add busybox

This commit is contained in:
zimbatm 2019-02-14 21:34:56 +01:00
parent 7f8aa1fa25
commit 16e635f8e1
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,7 @@ _: pkgs: {
docker-nixpkgs = rec {
bash = pkgs.callPackage ./bash {};
busybox = pkgs.callPackage ./busybox {};
curl = pkgs.callPackage ./curl {};
docker-compose = pkgs.callPackage ./docker-compose {
docker-compose =