File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -176,18 +176,19 @@ buildGoModule (finalAttrs: {
176176 name = "podman-helper-binary-wrapper" ;
177177
178178 # this only works for some binaries, others may need to be added to `binPath` or in the modules
179- paths = [
180- gvproxy
181- ]
182- ++ lib . optionals stdenv . hostPlatform . isLinux [
183- aardvark-dns
184- catatonit # added here for the pause image and also set in `containersConf` for `init_path`
185- netavark
186- passt
187- conmon
188- crun
189- ]
190- ++ extraRuntimes ;
179+ paths =
180+ lib . optionals stdenv . hostPlatform . isDarwin [
181+ gvproxy
182+ ]
183+ ++ lib . optionals stdenv . hostPlatform . isLinux [
184+ aardvark-dns
185+ catatonit # added here for the pause image and also set in `containersConf` for `init_path`
186+ netavark
187+ passt
188+ conmon
189+ crun
190+ ]
191+ ++ extraRuntimes ;
191192 } ;
192193 } ;
193194
You can’t perform that action at this time.
0 commit comments