From c5533e5238685c2ecc2c2378accfea844f51563e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 12 Jan 2024 14:43:58 +0300 Subject: [PATCH] Fix alignment --- rebuild.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild.nu b/rebuild.nu index c685bfb..752f6d0 100755 --- a/rebuild.nu +++ b/rebuild.nu @@ -6,7 +6,7 @@ def complete [] { def main --wrapped [ host: string@complete = "" # The host to build. - ...arguments # The arguments to pass to `nix system apply`. + ...arguments # The arguments to pass to `nix system apply`. ] { let flags = [ $"--flake ('.#' + $host)"