flake.nix: add jq to test vm packages
All checks were successful
Build and test / check (push) Successful in 1m53s
Build and test / build (push) Successful in 3m4s
Build and test / test (push) Successful in 3m29s
Build and test / check-license (push) Successful in 5m47s
Build and test / docs (push) Successful in 4m45s

This commit is contained in:
2025-12-03 15:49:50 +09:00
parent afbba78e39
commit 829a91705b

View File

@@ -160,6 +160,8 @@
enable = true;
defaultEditor = true;
};
environment.systemPackages = with pkgs; [ jq ];
})
];
};