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

Add copy to clipboard command to nushell

This commit is contained in:
RGBCube 2025-01-19 00:32:35 +03:00
parent 8a118cc51a
commit 152d5d259e
4 changed files with 18 additions and 4 deletions

View file

@ -4,7 +4,7 @@
def main --wrapped [
host: string = "" # The host to build.
...arguments # The arguments to pass to `nixos-rebuild switch`.
] {
]: nothing -> nothing {
let host = if ($host | is-not-empty) {
$host
} else {