WIP: Switch to NixOS #5

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

View file

@ -145,7 +145,6 @@ update() {
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
repo repo
docker-update docker-update
docker system prune --volumes -a
{%@@ endif @@%} {%@@ endif @@%}
plugins plugins
} }
@ -172,6 +171,7 @@ update() {
fi fi
cd .. cd ..
done done
docker system prune -af --volumes
} }
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then