Unverified Commit aee9722f authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

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

parents c1501b1c 80afe79a
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.