debug
Some checks failed
Build / nix-build (ubuntu-aarch64, varda) (push) Failing after 2m56s
Build / nix-build (ubuntu-x86_64, durincore) (push) Failing after 4m23s
Build / Nix Build Successful (push) Successful in 4s

This commit is contained in:
Joseph Hanson 2024-05-21 11:55:16 -05:00
parent bade33e81d
commit 7b3d308e5d

View file

@ -31,6 +31,8 @@ jobs:
# run: apt update && apt install -y sudo
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v26
env:
HOME: '/tmp'
with:
extra_nix_config: |
experimental-features = nix-command flakes
@ -44,6 +46,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
env:
USER: 'root'
HOME: '/tmp'
- name: Garbage collect build dependencies
run: nix-collect-garbage
@ -51,7 +54,7 @@ jobs:
- name: Build new ${{ matrix.system }} system
shell: bash
env:
HOME: /tmp
HOME: '/tmp'
run: |
set -o pipefail
nix build \