From ce54b545e3e865451f2904afb3340d9b657d541c Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 1 Apr 2026 10:02:39 -0500 Subject: [PATCH] test changing home --- .gitea/workflows/build-and-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index c1de6ea..293158f 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -20,11 +20,10 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: | experimental-features = nix-command flakes - sandbox = false - name: Build Docker Image via Nix Flake run: | - nix build ./build#dockerImage --print-build-logs + HOME=/sys/homeless-shelter nix build ./build#dockerImage --impure --print-build-logs docker load < result - name: Log in to Gitea Container Registry