Loading pkgs/by-name/po/podman/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ buildGoModule (finalAttrs: { podman-tls-ghostunnel ; oci-containers-podman = nixosTests.oci-containers.podman; oci-containers-podman-rootless-conmon = nixosTests.oci-containers.podman-rootless-conmon; oci-containers-podman-rootless-healthy = nixosTests.oci-containers.podman-rootless-healthy; }; # do not add qemu to this wrapper, store paths get written to the podman vm config and break when GCed binPath = lib.makeBinPath ( Loading Loading
pkgs/by-name/po/podman/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ buildGoModule (finalAttrs: { podman-tls-ghostunnel ; oci-containers-podman = nixosTests.oci-containers.podman; oci-containers-podman-rootless-conmon = nixosTests.oci-containers.podman-rootless-conmon; oci-containers-podman-rootless-healthy = nixosTests.oci-containers.podman-rootless-healthy; }; # do not add qemu to this wrapper, store paths get written to the podman vm config and break when GCed binPath = lib.makeBinPath ( Loading