dotfiles/upgrade-nix.sh
Daniel Bulant d12a873a63
update
2024-12-03 21:12:15 +01:00

10 lines
227 B
Bash

if [ -z "$(which nh)" ]; then
cd /etc/nixos
sudo nix-channel --update
sudo nix flake update
sudo nixos-rebuild --upgrade switch
else
sudo nix-channel --update
sudo nix flake update
nh os switch .
fi