docker-nixpkgs/images/maddy/default.nix
2025-07-01 13:31:00 +02:00

6 lines
60 B
Nix

{ buildCLIImage
, maddy
}:
buildCLIImage {
drv = maddy;
}