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

This commit is contained in:
Paul Brinkmeier 2025-10-06 01:02:58 +02:00
parent 60c276e6fd
commit d790ddfa8c

View File

@ -15,7 +15,7 @@ jobs:
options: --user 1000:1000 options: --user 1000:1000
steps: steps:
- run: | - run: |
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ] then if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
bash <(curl -L https://nixos.org/nix/install) --no-daemon bash <(curl -L https://nixos.org/nix/install) --no-daemon
fi fi
- run: | - run: |