2022-09-22 07:26:12 +00:00
|
|
|
default:
|
|
|
|
just --list
|
|
|
|
|
2022-10-04 07:01:46 +00:00
|
|
|
clean:
|
|
|
|
rm -rf ./result
|
|
|
|
|
2023-04-05 17:00:00 +00:00
|
|
|
nixos profile command: && clean
|
2023-03-30 18:15:51 +00:00
|
|
|
sudo nixos-rebuild {{ command }} --flake .#{{ profile }}
|
2022-10-02 22:42:33 +00:00
|
|
|
|
2023-04-04 16:07:51 +00:00
|
|
|
wsl2 command: && clean
|
2023-08-09 20:43:47 +00:00
|
|
|
NIXPKGS_ALLOW_UNFREE=1 home-manager {{ command }} --flake .#wsl2 --impure
|
2022-09-27 06:37:57 +00:00
|
|
|
|
2023-04-04 16:07:51 +00:00
|
|
|
update:
|
|
|
|
nix flake update
|