WIP: Switch to NixOS #5

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

View file

@ -158,7 +158,7 @@ update() {
{%@@ elif distro_id == "ubuntu" @@%} {%@@ elif distro_id == "ubuntu" @@%}
doas apt update && doas apt full-upgrade -y && doas apt autoremove -y && doas apt autoclean -y doas apt update && doas apt full-upgrade -y && doas apt autoremove -y && doas apt autoclean -y
{%@@ elif distro_id == "termux" @@%} {%@@ elif distro_id == "termux" @@%}
pkg update pkg update && pkg upgrade
{%@@ endif @@%} {%@@ endif @@%}
} }