This commit is contained in:
Mars 2024-10-05 23:09:08 -04:00
parent 4cb75e5f9c
commit 332a517bf8
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
2 changed files with 2164 additions and 1 deletions

2152
flake.lock Normal file

File diff suppressed because it is too large Load diff

View file

@ -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]);