Nixfiles/pkgs/oscclip.nix
Quentin Boyer e3e0011cf0 Better packaging of extra packages
Split into different files and use callPackage to build them. Also add
them to a 'package' attribute in the flake, to be able to call them
outside.
2022-11-20 21:09:17 +01:00

8 lines
103 B
Nix

{
oscclip-src,
poetry2nix,
...
}:
poetry2nix.mkPoetryApplication {
projectDir = oscclip-src;
}