From f9914e097dfd5f8220f21bc7a2f34a6f46d93a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 14 Aug 2024 12:12:17 +0200 Subject: [PATCH] feat(build tools): update build tools --- nixos/apply.sh | 3 +-- nixos/test.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 nixos/test.sh diff --git a/nixos/apply.sh b/nixos/apply.sh index fcc50bb..217e210 100755 --- a/nixos/apply.sh +++ b/nixos/apply.sh @@ -1,2 +1 @@ -gitu -sudo nixos-rebuild switch +sudo nixos-rebuild switch && gitu diff --git a/nixos/test.sh b/nixos/test.sh new file mode 100755 index 0000000..afaed81 --- /dev/null +++ b/nixos/test.sh @@ -0,0 +1 @@ +sudo nixos-rebuild build --log-format bar-with-logs --verbose && gitu