From 035f6c47182a9bb19827aa3da647f8d2fb4add0d Mon Sep 17 00:00:00 2001 From: tnichols217 <62992267+tnichols217@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:28:26 -0400 Subject: [PATCH] fix build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e3f61a8..d748916 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -nix build --experimental-features "nix-command flakes" .#deploy \ No newline at end of file +nix build --experimental-features "nix-command flakes" .# \ No newline at end of file