ci: no volume for a sec
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful

This commit is contained in:
41666 2025-05-13 23:40:19 -07:00
parent d6e96dde9b
commit 29818ac5f8

View file

@ -5,12 +5,12 @@ when:
steps: steps:
- name: build & deploy - name: build & deploy
image: nixos/nix image: nixos/nix
volumes: # volumes:
- /nix:/mnt/nix:ro # - /nix:/mnt/nix:ro
commands: commands:
- | - |
echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
echo 'store = unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt' >> /etc/nix/nix.conf #echo 'store = unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt' >> /etc/nix/nix.conf
- nix build -L . - nix build -L .