From 074719ff5d79dd2da44d6ed1e47ea28cee2c9da5 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 11 Oct 2023 14:40:13 +0700 Subject: [PATCH] chore(scripts): nix update --- scripts/nix_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix_init.sh b/scripts/nix_init.sh index 517770e..c2ad4b1 100755 --- a/scripts/nix_init.sh +++ b/scripts/nix_init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -nix-channel --update +sudo -i sh -c 'nix-channel --update' nix-env -iA \ nixpkgs.less nixpkgs.curl \