dotfiles/justfile

18 lines
445 B
Makefile
Raw Normal View History

2022-09-22 07:26:12 +00:00
default:
just --list
clean:
rm -rf ./result
apollo command *args: && clean
sudo nixos-rebuild {{ command }} --flake .#apollo {{ args }}
pop-os command *args: && clean
2023-03-21 22:02:18 +00:00
NIXPKGS_ALLOW_UNFREE=1 home-manager {{ command }} -f home-manager/home.nix --impure --flake .#pop-os {{ args }}
2022-09-27 06:37:57 +00:00
wsl2 command *args: && clean
home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2 {{ args }}
2022-10-01 22:55:00 +00:00
update *args:
nix flake update {{ args }}