chore: update deprecated nushell pipe

This commit is contained in:
Greg Hellings
2026-07-25 13:49:47 -05:00
parent 7388715d30
commit 0d1d846884
+1 -1
View File
@@ -13,7 +13,7 @@ def --env unlock [] {
}
def nebulaIps [] {
open ../../network.json | get hosts | items { |h, e| $e.nebulaIp? } | filter { |e| $e != null } | sort
open /etc/nixos/network.json | get hosts | items { |h, e| $e.nebulaIp? } | where $it != null | sort
}
def rebuild [ $target: string = "switch" ] {