Skip to content

Commit

Permalink
wrapAppImage: default extraPkgs to pkgs: [ ]
Browse files Browse the repository at this point in the history
Sane default in preparation for the next commit.
  • Loading branch information
SuperSamus committed May 13, 2024
1 parent bea50e5 commit 1ee25e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/appimage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rec {

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

0 comments on commit 1ee25e4

Please sign in to comment.