WIP: Switch to NixOS #5

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

View file

@ -120,7 +120,7 @@ update() {
plugins plugins
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
base --devel base --devel
docker docker-pull
{%@@ elif profile == "Mirkwood" @@%} {%@@ elif profile == "Mirkwood" @@%}
base --devel firefox-nightly base --devel firefox-nightly
{%@@ else @@%} {%@@ else @@%}
@ -142,7 +142,7 @@ update() {
} }
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
docker() { docker-pull() {
for dir in $HOME/Git/dotfiles/docker/*; do for dir in $HOME/Git/dotfiles/docker/*; do
cd $dir cd $dir
docker-compose pull docker-compose pull
@ -168,7 +168,7 @@ update() {
;; ;;
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
docker) docker)
docker docker-pull
;; ;;
{%@@ endif @@%} {%@@ endif @@%}
*) *)