Added pull and update command

This commit is contained in:
xeovalyte 2025-01-11 11:28:56 +01:00
parent beb673db10
commit 587d2bc790
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -4,7 +4,9 @@ default:
@just --list @just --list
update: update:
nix flake update git pull
sudo nixos-rebuild switch --flake .
home-manager switch --flake .
clean: clean:
sudo nix-collect-garbage -d sudo nix-collect-garbage -d