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 1fa7021f 3e29191f

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