Add jq to system packages
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m45s

This commit is contained in:
2024-11-30 12:53:16 +01:00
parent 35071d5fc2
commit 1da20471a8

View File

@@ -2,5 +2,6 @@
{ {
environment.systemPackages = [ environment.systemPackages = [
pkgs.git pkgs.git
pkgs.jq
]; ];
} }