mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
rebuild: fix warning
This commit is contained in:
parent
ace6ac9ba4
commit
75b6292904
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def main --wrapped [
|
|||
...arguments # The arguments to pass to `nh {os,darwin} switch` and `nix` (separated by --).
|
||||
]: nothing -> nothing {
|
||||
let host = if ($host | is-not-empty) {
|
||||
if $host != (hostname) {
|
||||
if $host != (hostname) and not $remote {
|
||||
print $"(ansi yellow_bold)warn:(ansi reset) building local configuration for hostname that does not match the local machine"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue