1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Fix alignment

This commit is contained in:
RGBCube 2024-01-12 14:43:58 +03:00
parent 8ec513ab97
commit c5533e5238
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ def complete [] {
def main --wrapped [ def main --wrapped [
host: string@complete = "" # The host to build. 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 = [ let flags = [
$"--flake ('.#' + $host)" $"--flake ('.#' + $host)"