forked from github-mirror/docker-nixpkgs
7 lines
58 B
Nix
7 lines
58 B
Nix
{ buildCLIImage
|
|
, bash
|
|
}:
|
|
buildCLIImage {
|
|
drv = bash;
|
|
}
|