WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit aa2bf466b8 - Show all commits

View file

@ -187,8 +187,7 @@ update() {
docker-update() { docker-update() {
for dir in $HOME/git/dotfiles/docker/*; do for dir in $HOME/git/dotfiles/docker/*; do
cd $dir cd $dir
docker-compose pull docker compose up -d
docker-compose up -d
cd .. cd ..
done done
} }