fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Nix CI tryouts
All checks were successful
Build image / build-image (pull_request) Successful in 53s

This commit is contained in:
Paul Brinkmeier 2025-10-06 01:04:17 +02:00
parent d790ddfa8c
commit aae82e47e6

View File

@ -18,11 +18,9 @@ jobs:
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
bash <(curl -L https://nixos.org/nix/install) --no-daemon
fi
- run: |
. ~/.nix-profile/etc/profile.d/nix.sh
export NIX_CONFIG='experimental-features = nix-command flakes'
env | grep NIX | tee --append "$GITHUB_ENV"
- name: Checkout repo
uses: actions/checkout@v4
- run: nix build .#image -o image.tar.gz
- run: |
. ~/.nix-profile/etc/profile.d/nix.sh
nix build .#image -o image.tar.gz
- run: ls -lah