packetmix/modules/nilla-home/home.nix
packetmix/modules/nilla-home/home.nix
This file has not been changed.
+1
-1
packetmix/modules/nilla-home/homes-type.nix
+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
packetmix/modules/nilla-home/nixos.nix
This file has not been changed.
+21
-9
packetmix/npins/sources.json
+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
+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
};
History
7 rounds
0 comments
a.starrysky.fyi
submitted
#6
1 commit
expand
collapse
do-not-merge: fix eval warnings
expand 0 comments
This pull has been deleted (possibly by jj abandon or jj squash)
a.starrysky.fyi
submitted
#5
1 commit
expand
collapse
do-not-merge: fix eval warnings
1/5 failed, 4/5 success
expand
collapse
expand 0 comments
a.starrysky.fyi
submitted
#4
1 commit
expand
collapse
do-not-merge: fix eval warnings
expand 0 comments
a.starrysky.fyi
submitted
#3
1 commit
expand
collapse
chore: bump nillas to testing versions
expand 0 comments
a.starrysky.fyi
submitted
#2
1 commit
expand
collapse
chore: bump nillas to testing versions
expand 0 comments
a.starrysky.fyi
submitted
#1
1 commit
expand
collapse
chore: bump nillas to testing versions
expand 0 comments
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
chore: bump nillas to testing versions