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

chore: bump nillas to testing versions #131

deleted opened by a.starrysky.fyi targeting main from private/minion/push-mlmuvqqtptlt
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:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mbgrtbqqcp22
+11 -18
Interdiff #4 #5
packetmix/inputs.nix

This file has not been changed.

packetmix/modules/nilla-home/home.nix

This file has not been changed.

packetmix/modules/nilla-home/homes-type.nix

This file has not been changed.

+2 -1
packetmix/modules/nilla-home/nixos.nix
··· 50 50 homeNameParts = builtins.match "([a-z][-a-z0-9]*)(@([-A-Za-z0-9]+))?(:([-_A-Za-z0-9]+))?" homeName; 51 51 username = builtins.elemAt homeNameParts 0; 52 52 homeHasHomeManager = !(builtins.isNull home.home-manager); 53 - homeIsValidForSystem = home ? result.${config.pkgs.stdenv.hostPlatform.system or config.pkgs.system}; 53 + homeIsValidForSystem = 54 + home ? result.${config.pkgs.stdenv.hostPlatform.system or config.pkgs.system}; 54 55 in 55 56 if !homeHasHomeManager then 56 57 builtins.throw "You've asked for the home \"${homeName}\" to be activated in the NixOS system \"${name}\", but it needs a home-manager instance, none was provided and \"inputs.home-manager\" does not exist."
+4 -16
packetmix/npins/sources.json
··· 280 280 "url": "https://api.github.com/repos/9001/copyparty/tarball/refs/tags/v1.19.20", 281 281 "hash": "sha256-/Wm8hZvdGfYWdTOF+dgTPX8DGuSKLhGw4qC4crf1dAo=" 282 282 }, 283 - "core": { 284 - "type": "Git", 285 - "repository": { 286 - "type": "Git", 287 - "url": "https://tangled.sh/freshlybakedca.ke/core" 288 - }, 289 - "branch": "private/minion/push-pyxzxvyxylmx", 290 - "submodules": false, 291 - "revision": "acc63d3522b0c9b92ef3ab9214102bedaa944faf", 292 - "url": null, 293 - "hash": "sha256-DwlweCkrVRga1dZY/gne7DDsFdLsQ8vlgpWegXAbrLY=" 294 - }, 295 283 "headscale": { 296 284 "type": "Git", 297 285 "repository": { ··· 550 538 "type": "Git", 551 539 "repository": { 552 540 "type": "Git", 553 - "url": "https://tangled.org/@tangled.org/core" 541 + "url": "https://tangled.sh/freshlybakedca.ke/core" 554 542 }, 555 - "branch": "master", 543 + "branch": "private/minion/push-pyxzxvyxylmx", 556 544 "submodules": false, 557 - "revision": "3eb9cefd98d13ab9864abb2e394fc41f89ffd923", 545 + "revision": "acc63d3522b0c9b92ef3ab9214102bedaa944faf", 558 546 "url": null, 559 - "hash": "sha256-lRTZLRcqWpVf6CzJmvg+ggp/YWWasT4u2lFKIiIopoM=" 547 + "hash": "sha256-DwlweCkrVRga1dZY/gne7DDsFdLsQ8vlgpWegXAbrLY=" 560 548 }, 561 549 "treefmt-nix": { 562 550 "type": "Git",
+5 -1
packetmix/overlays/hard-fail-system.nix
··· 1 - final: prev: { 1 + # SPDX-FileCopyrightText: 2026 Freshly Baked Cake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + _: _: { 2 6 system = builtins.throw "'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'"; 3 7 }

History

7 rounds 0 comments
sign up or login to add to the discussion
expand 0 comments
This pull has been deleted (possibly by jj abandon or jj squash)
1 commit
expand
do-not-merge: fix eval warnings
expand 0 comments
1 commit
expand
chore: bump nillas to testing versions
expand 0 comments
1 commit
expand
chore: bump nillas to testing versions
expand 0 comments
1 commit
expand
chore: bump nillas to testing versions
expand 0 comments
1 commit
expand
chore: bump nillas to testing versions
expand 0 comments