fix gitea workflow
Some checks failed
Build / build (push) Failing after 2m33s

This commit is contained in:
2026-04-15 22:06:22 -04:00
parent 194c66feb4
commit 56cda525cd

View File

@@ -18,12 +18,17 @@ jobs:
- name: Build NixOS configuration (yarn) - name: Build NixOS configuration (yarn)
run: | run: |
nix build .#nixosConfigurations.yarn.config.system.build.toplevel -L nix build .#nixosConfigurations.yarn.config.system.build.toplevel -L
- name: Record yarn store path for pull-update
continue-on-error: true
run: |
mkdir -p /var/lib/dotfiles-deploy mkdir -p /var/lib/dotfiles-deploy
readlink -f result > /var/lib/dotfiles-deploy/yarn readlink -f result > /var/lib/dotfiles-deploy/yarn
- name: Build NixOS configuration (mreow) - name: Build NixOS configuration (mreow)
run: | run: |
nix build .#nixosConfigurations.mreow.config.system.build.toplevel -L nix build .#nixosConfigurations.mreow.config.system.build.toplevel -L
- name: Notify success - name: Notify success
if: success() if: success()
run: | run: |