From 6abd6e9781380c9a49b85d100d4c061f7cab5cc2 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 13 Aug 2025 22:39:12 -0500 Subject: [PATCH] Fix yaml2js --- home/baseline/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/baseline/shell.nix b/home/baseline/shell.nix index 201c7f7..02b09f1 100644 --- a/home/baseline/shell.nix +++ b/home/baseline/shell.nix @@ -27,7 +27,7 @@ kn = "kubectl get nodes -o wide"; kp = "kubectl get pods -o wide"; win = "sudo virsh start win10"; - yaml2js = "python -c 'import sys, yaml, json; json.dump(yaml.load(sys.stdin), sys.stdout, indent=4)"; + yaml2js = "python -c 'import sys, yaml, json; json.dump(yaml.load(sys.stdin), sys.stdout, indent=4)'"; z = "zeditor ."; # Tailscale related ones