WIP: Switch to NixOS #5

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

View file

@ -246,5 +246,5 @@ dct() {
return 1
fi
yj -ty < $file_path | docker-compose -f - $@
yj -ty < $file_path | docker compose -f - $@
}