mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
abstract CLI image generation
and add busybox in all the images
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
_: pkgs: {
|
||||
# lib stuff can be in the top-level
|
||||
buildCLIImage = pkgs.callPackage ./lib/buildCLIImage.nix {};
|
||||
|
||||
# docker images must be lower-cased
|
||||
docker-nixpkgs = rec {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user