podman: Prefer to build wrapper locally

This build is basically just creating 2 symlinks and a wrapper script.
Downloading it from a cache is not efficient.
wip/yesman
adisbladis 3 years ago
parent a62f04d38e
commit 9c98282609
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
  1. 2
      pkgs/applications/virtualization/podman/wrapper.nix

@ -31,6 +31,8 @@ in runCommand podman.name {
name = "${podman.pname}-wrapper-${podman.version}";
inherit (podman) pname version passthru;
preferLocalBuild = true;
meta = builtins.removeAttrs podman.meta [ "outputsToInstall" ];
outputs = [

Loading…
Cancel
Save