From 4934652434a1b52054198f276c25befc7328d031 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 14:19:24 -0300 Subject: Perform single-user installation of Nix --- .build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 4e13041..087b6da 100644 --- a/.build.yml +++ b/.build.yml @@ -13,9 +13,7 @@ secrets: - 7084b7c7-12be-4509-8927-81ba6eeb1fc0 tasks: - setup: | - sudo mkdir -m 0755 /nix - sudo chown -R build /nix - curl https://nixos.org/nix/install | sh + sh <(curl https://nixos.org/nix/install) --no-daemon echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv cd vps/ git crypt unlock -- cgit v1.2.3