mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
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