mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
7 lines
58 B
Nix
7 lines
58 B
Nix
{ buildCLIImage
|
|
, curl
|
|
}:
|
|
buildCLIImage {
|
|
drv = curl;
|
|
}
|