diff options
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ secrets: - 7084b7c7-12be-4509-8927-81ba6eeb1fc0 tasks: - setup: | - curl https://nixos.org/nix/install | sudo sh + sudo mkdir -m 0755 /nix && sudo chown root /nix + curl https://nixos.org/nix/install | sh echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv cd vps/ git crypt unlock |
