Commit 80afe79a authored by Glen Huang's avatar Glen Huang
Browse files

nixos/iso-image: add jq to PATH

It's previously already in the clousure, and is actually needed by disko without deps.
parent ed33ba16
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.