From 0d1d846884ac3826861965400e49aacecbeaf599 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 25 Jul 2026 13:49:21 -0500 Subject: [PATCH] chore: update deprecated nushell pipe --- home/baseline/nushell/functions.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/baseline/nushell/functions.nu b/home/baseline/nushell/functions.nu index 74ca665..cd17999 100644 --- a/home/baseline/nushell/functions.nu +++ b/home/baseline/nushell/functions.nu @@ -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" ] {