This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues/pull-requests.
|
[private]
|
|
default:
|
|
@just --choose
|
|
|
|
[private]
|
|
rebuild *args:
|
|
@git add .
|
|
@sudo nixos-rebuild --flake . {{args}}
|
|
|
|
# Rebuild the current machine
|
|
switch *args:
|
|
@just rebuild switch {{args}}
|
|
|
|
# Update the flake
|
|
update:
|
|
@nix flake update
|