1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +00:00
.dotfiles/Justfile

28 lines
561 B
Makefile
Raw Normal View History

2024-12-17 18:30:38 -05:00
default:
@just --list
rebuild host operation:
2024-12-17 19:32:03 -05:00
sudo nixos-rebuild {{operation}} --flake ./nixos#{{host}}
home-rebuild operation:
home-manager {{operation}} --flake ./nixos
2024-12-17 18:30:38 -05:00
switch host:
2024-12-17 19:32:03 -05:00
just rebuild {{host}} switch
just home-rebuild switch
2024-12-17 18:30:38 -05:00
clean:
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old
nix-collect-garbage -d
nix store optimise
2024-12-17 18:31:43 -05:00
# commit local changes and push to upstream
2024-12-17 18:30:38 -05:00
push:
@git add .
2024-12-17 18:31:43 -05:00
git commit -m "~"
2024-12-17 18:30:38 -05:00
git push
# run `switch` on default host
sd:
2024-12-30 22:29:36 -05:00
@just switch ioides