WIP: Switch to NixOS #5

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

View file

@ -130,11 +130,13 @@ update() {
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
base --devel base --devel
docker-update docker-update
docker system prune --volumes
{%@@ elif profile == "Mirkwood" @@%} {%@@ elif profile == "Mirkwood" @@%}
base --devel firefox-nightly base --devel firefox-nightly
{%@@ else @@%} {%@@ else @@%}
base --devel base --devel
{%@@ endif @@%} {%@@ endif @@%}
flatpak update
sudo awman-update sudo awman-update
} }