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