1
0
forked from nikkuss/pkgs

add more options

This commit is contained in:
2025-10-07 15:56:40 +04:00
parent af6bedc09d
commit 76536821fb
2 changed files with 44 additions and 4 deletions
+12 -1
View File
@@ -10,6 +10,10 @@
electron-source,
helium-patcher-unwrapped,
fetchzip,
proprietaryCodecs,
cupsSupport,
pulseSupport,
}:
(
(chromium.passthru.mkDerivation.override (
@@ -44,7 +48,14 @@
inherit stdenv;
ungoogled = true;
ungoogled-chromium = helium-patcher-unwrapped;
inherit upstream-info chromiumVersionAtLeast versionRange;
inherit
upstream-info
chromiumVersionAtLeast
versionRange
proprietaryCodecs
cupsSupport
pulseSupport
;
}
))