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

feat: install Cider-2 declaratively #208

open opened by thecoded.prof targeting main from private/coded/push-xkvsnuzutvsx

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

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:t4ifz7bz4cnukxryiqnbgxxr/sh.tangled.repo.pull/3mfnkjeiqnr22
+19 -3
Diff #4
+3 -3
npins/sources.json
··· 456 456 }, 457 457 "branch": "main", 458 458 "submodules": false, 459 - "revision": "7bd8639687567e3629471d952b6b732691c0890b", 460 - "url": "https://github.com/nilla-nix/cli/archive/7bd8639687567e3629471d952b6b732691c0890b.tar.gz", 461 - "hash": "sha256-lNxeYMSLTbe/yp4ElIujaP1bB0BfhGLt+6xgV2XWUtE=" 459 + "revision": "aa042dbd9152c99e5a8db51bcf87306737423b9e", 460 + "url": "https://github.com/nilla-nix/cli/archive/aa042dbd9152c99e5a8db51bcf87306737423b9e.tar.gz", 461 + "hash": "sha256-cPdYYXhCsDllVgq+gs5Wqhb41bFtKWHlkTvjOJv7its=" 462 462 }, 463 463 "nilla-home": { 464 464 "type": "Git",
+15
packetmix/homes/coded/music.nix
··· 1 + # SPDX-FileCopyrightText: 2026 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + pkgs, 7 + lib, 8 + project, 9 + }: 10 + { 11 + 12 + home.packages = lib.mkIf (!project.lib.ci) [ 13 + pkgs.cider-2 14 + ]; 15 + }
+1
packetmix/systems/common/fonts.nix
··· 13 13 pkgs.corefonts 14 14 pkgs.fira-code 15 15 pkgs.fira-sans 16 + pkgs.noto-fonts-cjk-sans 16 17 ]; 17 18 18 19 fonts.enableDefaultPackages = true;

History

5 rounds 0 comments
sign up or login to add to the discussion
2 commits
expand
feat: install Cider-2 declaratively
fix: Install Noto CJK for Cider
1/5 failed, 4/5 success
expand
no conflicts, ready to merge
expand 0 comments
2 commits
expand
feat: install Cider-2 declaratively
fix: Install Noto CJK for Cider
3/5 failed, 2/5 success
expand
expand 0 comments
2 commits
expand
feat: install Cider-2 declaratively
fix: Install Noto CJK for Cider
3/5 failed, 2/5 success
expand
expand 0 comments
1 commit
expand
feat: install Cider-2 declaratively
2/5 failed, 3/5 success
expand
expand 0 comments
1 commit
expand
feat: install Cider-2 declaratively
3/5 failed, 2/5 success
expand
expand 0 comments