mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-17 01:50:34 +01:00
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.
8 lines
103 B
Nix
8 lines
103 B
Nix
{
|
|
oscclip-src,
|
|
poetry2nix,
|
|
...
|
|
}:
|
|
poetry2nix.mkPoetryApplication {
|
|
projectDir = oscclip-src;
|
|
}
|