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