Your one-stop-cake-shop for everything Freshly Baked has to offer

feat: install Cider-2 declaratively

Currently using an app-image but Cider-2 in nixpkgs has caught up to
latest stable, no reason to not use it.

thecoded.prof 81957e3a 3e29191f

verified
+10
+10
packetmix/homes/coded/music.nix
··· 1 + { 2 + pkgs, 3 + lib, 4 + project, 5 + }: 6 + { 7 + home.packages = lib.mkIf (!project.lib.ci) [ 8 + pkgs.cider-2 9 + ]; 10 + }