add python312Packages.pyperclip
and xclip
, remove python312Packages.tkinter
This commit is contained in:
parent
185b304868
commit
ba7576efdb
1 changed files with 2 additions and 1 deletions
|
@ -44,11 +44,12 @@ let
|
||||||
libwebp
|
libwebp
|
||||||
fontforge
|
fontforge
|
||||||
packwiz
|
packwiz
|
||||||
|
xclip
|
||||||
|
|
||||||
# for scripts
|
# for scripts
|
||||||
python312
|
python312
|
||||||
python312Packages.requests
|
python312Packages.requests
|
||||||
python312Packages.tkinter
|
python312Packages.pyperclip
|
||||||
];
|
];
|
||||||
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
|
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue