From 4a3106009a2cfa91f4fc8e4f031a9c8ce62e6f56 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 19 Oct 2024 12:58:04 -0400 Subject: [PATCH] fix justfile --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index a52d954..a175a0e 100644 --- a/justfile +++ b/justfile @@ -7,11 +7,11 @@ format_system: doas nixfmt /etc/nixos system_update: - doas nix flake update /etc/nixos + doas nix flake update --flake /etc/nixos doas nixos-rebuild boot --impure home_update: - nix flake update ~/.config/home-manager + nix flake update --flake ~/.config/home-manager rm -fr ~/.gtkrc-2.0 home-manager switch --impure