Merge pull request #113048 from zowoq/local-wrapper
buildah, cri-o: prefer to build wrapper locally
This commit is contained in:
commit
c030238b76
@ -27,6 +27,8 @@ in runCommand cri-o.name {
|
||||
name = "${cri-o.pname}-wrapper-${cri-o.version}";
|
||||
inherit (cri-o) pname version passthru;
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
meta = builtins.removeAttrs cri-o.meta [ "outputsToInstall" ];
|
||||
|
||||
outputs = [
|
||||
|
@ -17,6 +17,8 @@
|
||||
let
|
||||
buildah = buildah-unwrapped;
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
binPath = lib.makeBinPath ([
|
||||
runc
|
||||
crun
|
||||
|
Loading…
Reference in New Issue
Block a user