update
This commit is contained in:
parent
4cb75e5f9c
commit
332a517bf8
2152
flake.lock
Normal file
2152
flake.lock
Normal file
File diff suppressed because it is too large
Load diff
|
@ -33,7 +33,7 @@
|
||||||
monolith
|
monolith
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
nixd
|
nil
|
||||||
nodePackages_latest.nodejs
|
nodePackages_latest.nodejs
|
||||||
nurl
|
nurl
|
||||||
pinentry_mac
|
pinentry_mac
|
||||||
|
@ -54,6 +54,17 @@
|
||||||
wget
|
wget
|
||||||
xcp
|
xcp
|
||||||
xh
|
xh
|
||||||
|
|
||||||
|
(python312.withPackages (pkgs:
|
||||||
|
with pkgs; [
|
||||||
|
epc
|
||||||
|
orjson
|
||||||
|
sexpdata
|
||||||
|
six
|
||||||
|
setuptools
|
||||||
|
paramiko
|
||||||
|
rapidfuzz
|
||||||
|
]))
|
||||||
]
|
]
|
||||||
++ (with inputs; [nixvim.packages.${pkgs.system}.default]);
|
++ (with inputs; [nixvim.packages.${pkgs.system}.default]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue