nix-packages/art/default.nix

3 lines
65 B
Nix

{pkgs, ...}: {
lotte-art = pkgs.callPackage ./source.nix {};
}