From af5d8955867a063fc72b59cf659a3f967ec447b9 Mon Sep 17 00:00:00 2001 From: Suyashtnt Date: Wed, 22 May 2024 11:34:18 +0200 Subject: [PATCH] fix: fix deploy script --- deploy.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.nu b/deploy.nu index 1d54287..c11aba1 100755 --- a/deploy.nu +++ b/deploy.nu @@ -1,5 +1,5 @@ #!/usr/bin/env nu -let outputPath = nom build --print-out-paths --no-link .# +let outputPath = sudo nom build --print-out-paths --no-link .# cachix push suyashtnt $outputPath cachix deploy activate $outputPath