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