From 3caa686a2bff5cb03f59cbb487dcf53c36f2be47 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 28 Feb 2026 14:50:32 +0000 Subject: [PATCH] Better test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e59cbab..0bca039 100644 --- a/flake.nix +++ b/flake.nix @@ -168,7 +168,7 @@ ]; }; activation.setupDotfiles = lib.hm.dag.entryAfter ["writeBoundary"] '' - touch test.txt + touch "$HOME/test.txt" if [[ -v DRY_RUN ]]; then echo "Dry run: Would bootstrap dotfiles from labs.scarif.space" exit