forked from github-mirror/docker-nixpkgs
images/yarr: init (#98)
This commit is contained in:
6
images/yarr/default.nix
Normal file
6
images/yarr/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ buildCLIImage
|
||||
, yarr
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = yarr;
|
||||
}
|
||||
Reference in New Issue
Block a user