docker-nixpkgs/busybox/default.nix
2019-02-14 21:34:56 +01:00

6 lines
64 B
Nix

{ buildCLIImage
, busybox
}:
buildCLIImage {
drv = busybox;
}