working update.sh

This commit is contained in:
Moritz Böhme 2021-09-15 00:42:08 +02:00
parent 52c6b012ca
commit 7cd906aaca

View file

@ -1,4 +1,4 @@
#!/bin/sh
pushd ~/.dotfiles
sudo nixos-rebuild switch --flake .# --upgrade
sudo nixos-rebuild switch --flake .# --recreate-lock-file
popd