Grrr, darwin breaky

This commit is contained in:
Felix Albrigtsen 2024-11-24 22:23:20 +01:00
parent 3f6f68c010
commit f429873cd7

View File

@ -11,8 +11,8 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
# prismlauncher prismlauncher
borgbackup # borgbackup
bore-cli bore-cli
catimg catimg
cocoapods cocoapods
@ -31,8 +31,8 @@
zellij zellij
(python311.withPackages (ps: with ps; [ (python311.withPackages (ps: with ps; [
pwntools # pwntools
pycryptodome # pycryptodome
requests requests
])) ]))
]; ];