nix-config/justfile

15 lines
360 B
Makefile
Raw Normal View History

2022-09-22 08:26:12 +01:00
default:
just --list
apollo command *args:
sudo nixos-rebuild {{ command }} --flake .#apollo {{ args }}
pop-os command *args:
home-manager {{ command }} -f home-manager/home.nix --flake .#pop-os {{ args }}
2022-09-27 07:37:57 +01:00
wsl2 command *args:
home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2 {{ args }}
2022-10-01 23:55:00 +01:00
update *args:
nix flake update {{ args }}