From 2cc4f1532ca42514747b89783d7c60fcbc2005de Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 19 Jun 2024 13:38:46 +0200 Subject: [PATCH] Update `nix` as root --- scripts/Arch/Collections/personal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index e59f96d5..bfee6bef 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -241,8 +241,8 @@ yay --noconfirm -Syu \ nil-git \ ; -nix-channel --add https://nixos.org/channels/nixpkgs-unstable; -nix-channel --update; +sudo nix-channel --add https://nixos.org/channels/nixpkgs-unstable; +sudo nix-channel --update; # Misc . "../Software/logo-ls/install.sh";