From 2cbde027ec8274286cc42e05dc511777f1e763c1 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 30 May 2025 11:39:38 +0200 Subject: [PATCH] fix script syntax --- update-nix-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-nix-system.sh b/update-nix-system.sh index 23e228b..de3bfe2 100755 --- a/update-nix-system.sh +++ b/update-nix-system.sh @@ -4,4 +4,4 @@ sudo nix flake update # Rebuild the system -./rebuild-nix-system.sh +. rebuild-nix-system.sh