about summary refs log tree commit diff
path: root/home/shell/fish/functions/nix-rebuild-host.fish
blob: 02c00509a7ee21fb91cc9e89477371c31e464376 (plain) (blame)
1
2
3
4
function nix-rebuild-host --description "rebuild the current host"
    cd ~/workspace/world
    sudo nixos-rebuild switch --flake .
end