fixup! fixup! fixup! Nix CI tryouts
Some checks failed
Build image / build-image (pull_request) Failing after 15s

This commit is contained in:
Paul Brinkmeier 2025-10-06 00:24:12 +02:00
parent 9433106fcf
commit d4a5b491cb

View File

@ -13,7 +13,11 @@ jobs:
- nix-runner-home-node:/home/node
options: --user 1000:1000
steps:
- name: Install nix
run: bash <(curl -L https://nixos.org/nix/install) --no-daemon
- name: Checkout repo
uses: actions/checkout@v4
- run: ls -lah
- run: nix build .#image -o image.tar.gz
- run: |
. ~/.nix-profile/etc/profile.d/nix.sh
nix build .#image -o image.tar.gz