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

This commit is contained in:
Torjus Håkestad 2024-11-30 12:53:16 +01:00
parent 35071d5fc2
commit 1da20471a8
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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