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:
|
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 .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue