WIP: Switch to NixOS #5

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

View file

@ -40,7 +40,7 @@ function command_not_found_handler {
done
fi
}
{%@@ if os == "termux" @@%}
{%@@ elif os == "termux" @@%}
function command_not_found_handler {
printf 'zsh: command not found: %s\n' "$1"
$PREFIX/libexec/termux/command-not-found $1