parent
6aec344314
commit
d624d33b01
12 changed files with 239 additions and 175 deletions
packages/subscleaner
12
packages/subscleaner/default.nix
Normal file
12
packages/subscleaner/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
poetry2nix,
|
||||
subscleaner-src,
|
||||
...
|
||||
}: let
|
||||
inherit (poetry2nix.lib.mkPoetry2Nix {inherit pkgs;}) mkPoetryApplication;
|
||||
in
|
||||
mkPoetryApplication {
|
||||
projectDir = subscleaner-src;
|
||||
preferWheels = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue