forked from github-mirror/docker-nixpkgs
move images into ./images
having a folder with all of the images makes things easier
This commit is contained in:
6
images/curl/default.nix
Normal file
6
images/curl/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ buildCLIImage
|
||||
, curl
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = curl;
|
||||
}
|
||||
Reference in New Issue
Block a user