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 [
|
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)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue