From 587d2bc79031ba814fd83f7dd605b14eef183db7 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sat, 11 Jan 2025 11:28:56 +0100 Subject: [PATCH] Added pull and update command --- justfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 1b62aa9..6641b5e 100644 --- a/justfile +++ b/justfile @@ -4,8 +4,10 @@ default: @just --list update: - nix flake update - + git pull + sudo nixos-rebuild switch --flake . + home-manager switch --flake . + clean: sudo nix-collect-garbage -d nix-collect-garbage -d