abstract CLI image generation
and add busybox in all the images
This commit is contained in:
parent
10e9882705
commit
9baba96f89
6 changed files with 43 additions and 68 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue