From ab832834a82849d68c49c8af3a03223a7cc68abf Mon Sep 17 00:00:00 2001
From: Thiago Sposito
Date: Wed, 15 Oct 2025 21:41:07 -0300
Subject: [PATCH] chore: update curl command in infect.sh for improved usage
instructions
---
home-manager/scripts/infect.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home-manager/scripts/infect.sh b/home-manager/scripts/infect.sh
index 2ff317c..1f28efb 100644
--- a/home-manager/scripts/infect.sh
+++ b/home-manager/scripts/infect.sh
@@ -2,7 +2,7 @@
# More info at: https://github.com/elitak/nixos-infect
# and https://github.com/elitak/nixos-infect/blob/master/LICENSE (GPLv3)
-
+# curl https://git.sr.ht/~sposito/nix-conf/blob/main/home-manager/scripts/infect.sh | NIX_CHANNEL=nixos-25.05 bash -x
set -e -o pipefail
autodetectProvider() {