ci: no volume for a sec
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
This commit is contained in:
parent
d6e96dde9b
commit
29818ac5f8
1 changed files with 3 additions and 3 deletions
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue