WIP: Switch to NixOS #5

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

View file

@ -163,7 +163,7 @@ update() {
for dir in $HOME/git/dotfiles/docker/*; do for dir in $HOME/git/dotfiles/docker/*; do
cd $dir cd $dir
if [[ -f "DISABLED" ]]; then if [[ -f "DISABLED" ]]; then
echo "$dir stack is disabled, skipping..." echo "$(basename $dir) stack is disabled, skipping..."
else else
dct pull dct pull
dct up -d dct up -d