This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/art/default.nix

4 lines
65 B
Nix
Raw Normal View History

2022-06-22 12:25:02 +00:00
{pkgs, ...}: {
lotte-art = pkgs.callPackage ./source.nix {};
}