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
+29 -11
Interdiff #3 #4
packetmix/modules/nilla-home/home.nix

This file has not been changed.

+1 -1
packetmix/modules/nilla-home/homes-type.nix
··· 16 16 name = "home"; 17 17 description = "A home-manager home"; 18 18 module = 19 - { config }@submodule: 19 + { config, name }@submodule: 20 20 let 21 21 home_name = config.__module__.args.dynamic.name; 22 22 home_name_parts = builtins.match "([a-z][-a-z0-9]*)(@([-A-Za-z0-9]+))?(:([-_A-Za-z0-9]+))?" home_name;
packetmix/modules/nilla-home/nixos.nix

This file has not been changed.

+21 -9
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 + }, 283 295 "headscale": { 284 296 "type": "Git", 285 297 "repository": { ··· 414 426 }, 415 427 "branch": "private/minion/push-swlstmwvzvkr", 416 428 "submodules": false, 417 - "revision": "f85d82d169c0faf452255ee156e51147ba0be443", 418 - "url": "https://github.com/nilla-nix/nilla/archive/f85d82d169c0faf452255ee156e51147ba0be443.tar.gz", 419 - "hash": "sha256-LZ0rGLnlaNJR8EYaL2xyM6sj4ld9/rFUUvu7RjSA020=" 429 + "revision": "1a45420c0b579aea97d834d04e6eec773a8391b1", 430 + "url": "https://github.com/nilla-nix/nilla/archive/1a45420c0b579aea97d834d04e6eec773a8391b1.tar.gz", 431 + "hash": "sha256-4jqikEAkh5GUKGDkGAtWRWZexN25Rzt0yIsnilhA77U=" 420 432 }, 421 433 "nilla-cli": { 422 434 "type": "Git", ··· 440 452 }, 441 453 "branch": "private/minion/push-ovknmuuuxzul", 442 454 "submodules": false, 443 - "revision": "547625a704ed3c5ad4fbb85b756f299ae73e13af", 444 - "url": "https://github.com/nilla-nix/home/archive/547625a704ed3c5ad4fbb85b756f299ae73e13af.tar.gz", 445 - "hash": "sha256-a7Jlf+/bwe85kkkPSNZjOOZyPKtUquE/6XgXElaKxOs=" 455 + "revision": "7d7189e841d70136ac0f9d8a4c024cdc0fe8605d", 456 + "url": "https://github.com/nilla-nix/home/archive/7d7189e841d70136ac0f9d8a4c024cdc0fe8605d.tar.gz", 457 + "hash": "sha256-LZrPz9bp3VDOpiv95MuCKIkfgRmfAkR5x4DLNDxCa+o=" 446 458 }, 447 459 "nilla-nixos": { 448 460 "type": "Git", ··· 453 465 }, 454 466 "branch": "private/minion/push-yxkmmnpurumu", 455 467 "submodules": false, 456 - "revision": "b58d52f33ac6dc817702c5114bf5b53ab0db82c7", 457 - "url": "https://github.com/nilla-nix/nixos/archive/b58d52f33ac6dc817702c5114bf5b53ab0db82c7.tar.gz", 458 - "hash": "sha256-KOy1vtpjnwORx4dhx0c1Ddf/PzYpwQOZy8c4+Z8xn7E=" 468 + "revision": "c851cfd1e9555ab2372fd4ce48e1094059eed561", 469 + "url": "https://github.com/nilla-nix/nixos/archive/c851cfd1e9555ab2372fd4ce48e1094059eed561.tar.gz", 470 + "hash": "sha256-Mj5DQKDql1IxXsd13zpjJBitjz0ZD6Wr7Q3ASgUFXQY=" 459 471 }, 460 472 "niri": { 461 473 "type": "Git",
+4 -1
packetmix/inputs.nix
··· 6 6 pins = import ./npins; 7 7 8 8 settings = { 9 - nixpkgs.configuration.allowUnfree = true; 9 + nixpkgs.configuration = { 10 + allowUnfree = true; 11 + overlays = [ ./overlays/hard-fail-system.nix ]; 12 + }; 10 13 "nixos-24.11" = settings.nixpkgs; 11 14 nixos-unstable = settings.nixpkgs; 12 15 };
+3
packetmix/overlays/hard-fail-system.nix
··· 1 + final: prev: { 2 + system = builtins.throw "'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'"; 3 + }

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