From d0e7ae928477302ad8604e38be25177919efa211 Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 14 May 2025 06:29:21 -0400 Subject: [PATCH] fix: set HOME --- .gitea/workflows/release.yaml | 1 - flake.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 125130f..ec37a1d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -37,7 +37,6 @@ jobs: uses: cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable - install_options: --no-daemon - name: Use Cachix uses: cachix/cachix-action@v16 diff --git a/flake.nix b/flake.nix index fbd2c93..8a4ee96 100644 --- a/flake.nix +++ b/flake.nix @@ -205,6 +205,7 @@ preBuild = '' cp -r ${client} client + HOME=$PWD ''; }; in