From 0b9e9aec38836018e8919319311ac2bcd68e1003 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 19 Feb 2026 00:01:19 +0100 Subject: [PATCH] justfile: Use `nixos-rebuild repl` for the repl command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8c2b98f..17be5b2 100644 --- a/justfile +++ b/justfile @@ -25,7 +25,7 @@ repair: [group('utility')] repl host='$(hostname)': - nix repl .#allHosts.{{ host }} + nixos-rebuild repl --flake .#{{ host }} [group('rebuild')] rebuild mode: