docker-nixpkgs/images/hugo/default.nix
2020-02-23 14:54:32 +01:00

6 lines
58 B
Nix

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