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:
- name: build & deploy
image: nixos/nix
volumes:
- /nix:/mnt/nix:ro
# volumes:
# - /nix:/mnt/nix:ro
commands:
- |
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 .