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