test changing home
Some checks failed
Build and Publish / build-release (push) Failing after 14s

This commit is contained in:
2026-04-01 10:02:39 -05:00
parent 00e4dc30ce
commit ce54b545e3

View File

@@ -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