nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 0a748a1eea4bcd7ece1733955ff67eeda6d3a6c3
parent 90f15c30c72da102d303c42170b74e43d7b350fe
Author: mtmn <miro@haravara.org>
Date:   Sat,  2 May 2026 22:19:35 +0200

void: install nickel, remove tidal

Diffstat:
Mhosts/void/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -133,7 +133,6 @@ supercollider = lib.concatLists [ [supercollider] (with supercolliderPlugins; [sc3-plugins]) - (with haskellPackages; [tidal-core tidal]) ]; haskell = lib.concatLists [ @@ -165,6 +164,7 @@ babashka gleam go + nickel ]; })); }