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