maddy: init (#94)

This commit is contained in:
tomf 2025-07-01 21:31:00 +10:00 committed by GitHub
parent 98e0048215
commit 02f2b05be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
images/maddy/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ buildCLIImage
, maddy
}:
buildCLIImage {
drv = maddy;
}