refactor: update packaging to not depend on yq

This commit is contained in:
Martin Wimpress 2024-07-23 12:03:12 +01:00 committed by Martin Wimpress
commit 5f8f70bced
3 changed files with 12 additions and 4 deletions

View file

@ -6,8 +6,10 @@
mkShell {
packages = with pkgs; ([
ffmpeg-headless
gnugrep
gnused
mawk
procps
yq
]);
shellHook = ''