mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-09-04 14:04:58 -04:00
7 lines
58 B
Nix
7 lines
58 B
Nix
{ buildCLIImage
|
|
, bash
|
|
}:
|
|
buildCLIImage {
|
|
drv = bash;
|
|
}
|