1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +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 [
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)"