From bff31936ca0aa20ef69dcfb3ad7c1c16184aa206 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 15:12:43 +0300 Subject: [PATCH] switch to single-user nix installation --- run_once_before_install_main_deps.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 0bd9dfa..3257bf3 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -61,11 +61,11 @@ sudo chsh -s $(which fish) $USER ################################################################################################################################ ## -## Install nix packet manager +## Install nix packet manager (single user) ## ################################################################################################################################ -bash <(curl -L https://nixos.org/nix/install) --daemon +bash <(curl -L https://nixos.org/nix/install) --no-daemon ################################################################################################################################