1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 92
92
# For Vulkan support (--enable-features=Vulkan)
93
93
addDriverRunpath ,
94
94
95
+ # Edge AAD sync
96
+ cacert ,
97
+ libsecret ,
98
+
95
99
# Edge Specific
96
100
libuuid ,
97
101
} :
107
111
at-spi2-core
108
112
atk
109
113
bzip2
114
+ cacert
110
115
cairo
111
116
coreutils
112
117
cups
156
161
vulkan-loader
157
162
wayland
158
163
wget
164
+ libsecret
159
165
libuuid
160
166
]
161
167
++ lib . optional pulseSupport libpulseaudio
@@ -249,6 +255,7 @@ stdenv.mkDerivation (finalAttrs: {
249
255
--prefix PATH : "$binpath" \
250
256
--suffix PATH : "${ lib . makeBinPath [ xdg-utils ] } " \
251
257
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:${ addDriverRunpath . driverLink } /share" \
258
+ --set SSL_CERT_FILE "${ cacert } /etc/ssl/certs/ca-bundle.crt" \
252
259
--set CHROME_WRAPPER "microsoft-edge-$dist" \
253
260
--add-flags "\'' ${NIXOS_OZONE_WL:+\'' ${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \
254
261
--add-flags "--simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'" \
0 commit comments