nixos/iso-image: add jq to PATH

It's previously already in the clousure, and is actually needed by disko without deps.
This commit is contained in:
Glen Huang 2025-07-31 14:19:57 +08:00
parent ed33ba16ce
commit 80afe79ace

View File

@ -45,6 +45,9 @@
# Some compression/archiver tools.
pkgs.unzip
pkgs.zip
# Some utilities
pkgs.jq
];
# Include support for various filesystems and tools to create / manipulate them.