nixos/iso-image: add jq to PATH (#429759)

This commit is contained in:
Will Fancher
2025-07-31 15:40:37 -04:00
committed by GitHub
+3
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.