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.
This commit is contained in:
parent
a62f04d38e
commit
9c98282609
@ -31,6 +31,8 @@ in runCommand podman.name {
|
|||||||
name = "${podman.pname}-wrapper-${podman.version}";
|
name = "${podman.pname}-wrapper-${podman.version}";
|
||||||
inherit (podman) pname version passthru;
|
inherit (podman) pname version passthru;
|
||||||
|
|
||||||
|
preferLocalBuild = true;
|
||||||
|
|
||||||
meta = builtins.removeAttrs podman.meta [ "outputsToInstall" ];
|
meta = builtins.removeAttrs podman.meta [ "outputsToInstall" ];
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user