about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@gmail.com>2024-05-01 14:00:38 +0200
committerMartino Fontana <tinozzo123@gmail.com>2024-05-13 20:32:47 +0200
commit1ee25e4d13221b9303bd66dafaa791f6759b24c2 (patch)
treedbf7d38d48c339fdcc6590bc3b6b06b06d6a9d5f /pkgs
parentbea50e5f6e90bd21619a16f8d1389969a9d4271d (diff)
wrapAppImage: default `extraPkgs` to `pkgs: [ ]`
Sane default in preparation for the next commit.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/build-support/appimage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/appimage/default.nix b/pkgs/build-support/appimage/default.nix
index 95dc7ffd1cd66..0d44a5ab23e96 100644
--- a/pkgs/build-support/appimage/default.nix
+++ b/pkgs/build-support/appimage/default.nix
@@ -40,7 +40,7 @@ rec {
 
   wrapAppImage = args@{
     src,
-    extraPkgs,
+    extraPkgs ? pkgs: [ ],
     meta ? {},
     ...
   }: buildFHSEnv