From d3c26c9fc51cfaf5363bd2d447df58a8b3f7b3e5 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 19 Jun 2024 13:32:10 +0200 Subject: [PATCH] Fix syntax error --- scripts/Arch/Collections/personal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index b1afa0bf..658d8c2a 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -233,7 +233,7 @@ sudo n install latest; # Nix yay --noconfirm -Syu \ nix \ - nil-git + nil-git \ ; nix-channel --add https://nixos.org/channels/nixpkgs-unstable;