Compare commits

..

1 Commits

Author SHA1 Message Date
21822a0c0e Nix CI tryouts
Some checks failed
Build image / build-image (push) Failing after 5s
2025-10-06 01:38:10 +02:00

View File

@ -19,7 +19,7 @@ jobs:
- run: | - run: |
cat /var/run/act/workflow/0.sh cat /var/run/act/workflow/0.sh
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
curl -L https://nixos.org/nix/install | bash -s -- --no-daemon bash <(curl -L https://nixos.org/nix/install) --no-daemon
fi fi
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4