From 62aad664351f2f48bf49077d8f17466e71e8db6c Mon Sep 17 00:00:00 2001 From: technofab Date: Wed, 24 Apr 2024 22:27:46 +0200 Subject: [PATCH] ci: create /var/tmp as buildah does not allow overriding the tmp dir --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 764a2ec..b8d4312 100644 --- a/flake.nix +++ b/flake.nix @@ -127,6 +127,7 @@ mkdir -p /etc/containers && echo '{"default":[{"type":"insecureAcceptAnything"}]}' > /etc/containers/policy.json '' + ''mkdir -p /var/tmp'' ]; script = [ ''