Remove outdated upgrade alias

This commit is contained in:
Charlotte Van Petegem 2020-07-10 15:10:43 +02:00
parent 8669c0cea0
commit 83e875c687

View file

@ -50,9 +50,6 @@
EDITOR = "nvim";
PASSWORD_STORE_DIR = "$HOME/repos/passwords";
};
shellAliases = {
upgrade = "sudo nix-channel --update && sudo nixos-rebuild switch";
};
};
};
}