Compare commits

..

1 Commits

Author SHA1 Message Date
15c7953f41 Nix CI tryouts
Some checks failed
Build image / build-image (push) Failing after 1m34s
2025-10-06 01:35:37 +02:00

View File

@ -17,7 +17,6 @@ jobs:
options: --user 1000:1000 options: --user 1000:1000
steps: steps:
- run: | - run: |
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
bash <(curl -L https://nixos.org/nix/install) --no-daemon bash <(curl -L https://nixos.org/nix/install) --no-daemon
fi fi