programs: Remove xsv
All checks were successful
Cachix / build (elendel) (push) Successful in 1m56s
Cachix / build (kholinar) (push) Successful in 2m32s
Cachix / build (marabethia) (push) Successful in 1m50s

This commit is contained in:
Charlotte Van Petegem 2025-01-30 09:44:44 +01:00
parent 6814e7d03f
commit bb8fbda1c3
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM
2 changed files with 1 additions and 6 deletions

View file

@ -8,9 +8,5 @@ in
./hledger ./hledger
]; ];
home-manager.users.${username}.home.packages = with pkgs; [ home-manager.users.${username}.home.packages = with pkgs; [ jq yt-dlp ];
jq
xsv
yt-dlp
];
} }

View file

@ -53,7 +53,6 @@ pkgs.devshell.mkShell {
poppler_utils poppler_utils
(pkgs.lowPrio postgresql_14) (pkgs.lowPrio postgresql_14)
stern stern
xsv
yarn yarn
zlib zlib
]; ];