XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

envision/shim: reorder podman args

+1 -1
+1 -1
envision/shim.nu
··· 13 13 let args = $args | str replace -a (pwd) /build 14 14 15 15 # TODO: Use latest image from AtomicXR container registry 16 - podman run localhost/xr-multi:latest -v .:/build -- $cmd ...$args 16 + podman run -v .:/build localhost/xr-multi:latest $cmd ...$args 17 17 }