Commit 1ee25e4d authored by Martino Fontana's avatar Martino Fontana
Browse files

wrapAppImage: default `extraPkgs` to `pkgs: [ ]`

Sane default in preparation for the next commit.
parent bea50e5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ rec {

  wrapAppImage = args@{
    src,
    extraPkgs,
    extraPkgs ? pkgs: [ ],
    meta ? {},
    ...
  }: buildFHSEnv