mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Fix alignment
This commit is contained in:
parent
8ec513ab97
commit
c5533e5238
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue