Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

Update tangled

+21 -19
+18 -18
flake.lock
··· 149 149 ] 150 150 }, 151 151 "locked": { 152 - "lastModified": 1778876681, 153 - "narHash": "sha256-9XOIxYLBp+sJsPWNnNyk1aVfYXuuRJZ4Anpplm9Tn8g=", 152 + "lastModified": 1779113444, 153 + "narHash": "sha256-/L61sT1PIKmGWIQpIh0uJGH/ANvcsf6y4alxtb9kelg=", 154 154 "owner": "nix-community", 155 155 "repo": "home-manager", 156 - "rev": "c7fad8197070948d8aa02cb8922240ee129cab2e", 156 + "rev": "74f170c62d57f90e656841f1f699e6bdf40f0a24", 157 157 "type": "github" 158 158 }, 159 159 "original": { ··· 347 347 }, 348 348 "nixpkgs-unstable": { 349 349 "locked": { 350 - "lastModified": 1778443072, 351 - "narHash": "sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA=", 350 + "lastModified": 1778869304, 351 + "narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=", 352 352 "owner": "NixOS", 353 353 "repo": "nixpkgs", 354 - "rev": "da5ad661ba4e5ef59ba743f0d112cbc30e474f32", 354 + "rev": "d233902339c02a9c334e7e593de68855ad26c4cb", 355 355 "type": "github" 356 356 }, 357 357 "original": { ··· 379 379 }, 380 380 "nixpkgs_3": { 381 381 "locked": { 382 - "lastModified": 1778843877, 383 - "narHash": "sha256-BxYhb8H0aVtiM1kGRt+S49NbsJMUMIHvOXxziE9u0nY=", 382 + "lastModified": 1779024751, 383 + "narHash": "sha256-fIE/HazjcoU/27WI3//uVg5AIntnVo1Q/GjMuBwPuHw=", 384 384 "owner": "NixOS", 385 385 "repo": "nixpkgs", 386 - "rev": "758b562bc257084aef30b8e3efbdd61d292806c3", 386 + "rev": "3849902757e881ccbf21df80d592e3b94a35131c", 387 387 "type": "github" 388 388 }, 389 389 "original": { ··· 449 449 "rust-overlay": "rust-overlay" 450 450 }, 451 451 "locked": { 452 - "lastModified": 1778767694, 453 - "narHash": "sha256-L9WMzslX70TLyHtsxrGUfvtsrJC3J7W+T1TV2FGy6gQ=", 452 + "lastModified": 1779105505, 453 + "narHash": "sha256-+n2lT2mLERXZ8SRKEmH4sSxT0wWNUvT0Ztpknrg8zsY=", 454 454 "owner": "roc-lang", 455 455 "repo": "roc", 456 - "rev": "0f56082558b23a9166bd2a7a919b51c7bf29d0ee", 456 + "rev": "8c299c0f31632d35788c7ed41c0cb5ee8cfbd553", 457 457 "type": "github" 458 458 }, 459 459 "original": { ··· 608 608 "sqlite-lib-src": "sqlite-lib-src" 609 609 }, 610 610 "locked": { 611 - "lastModified": 1778493825, 612 - "narHash": "sha256-pUs3ouPYFmuTjld4wNqfcvPEeenPPb73cEBM36bGVIU=", 613 - "ref": "refs/tags/v1.14.0-alpha", 614 - "rev": "96a52c9e2fdf6ff2f979afd1c5301cf004da33fb", 615 - "revCount": 2392, 611 + "lastModified": 1779086658, 612 + "narHash": "sha256-1eYpbXoSyVDBh2Vsd/Q3IsygsuS97/u9DOucObRso3I=", 613 + "ref": "refs/tags/v1.14.1-alpha", 614 + "rev": "f9c85351f3946f585da9401b29ced88c7726265d", 615 + "revCount": 2465, 616 616 "type": "git", 617 617 "url": "https://tangled.org/did:plc:j5hmlfdrwkvtxm7cjmu7j2is" 618 618 }, 619 619 "original": { 620 - "ref": "refs/tags/v1.14.0-alpha", 620 + "ref": "refs/tags/v1.14.1-alpha", 621 621 "type": "git", 622 622 "url": "https://tangled.org/did:plc:j5hmlfdrwkvtxm7cjmu7j2is" 623 623 }
+3 -1
flake.nix
··· 11 11 url = "git+https://tangled.org/did:plc:c6qso2k5s2quybbinxtkbskq"; 12 12 flake = false; 13 13 }; 14 + 14 15 yemou-scripts = { 15 16 url = "git+https://tangled.org/did:plc:jqjbwsvh6dn6qinef67niuze"; 16 17 inputs.nixpkgs.follows = "nixpkgs"; 17 18 }; 19 + 18 20 home-manager = { 19 21 url = "github:nix-community/home-manager"; 20 22 inputs.nixpkgs.follows = "nixpkgs"; ··· 22 24 23 25 nix-minecraft.url = "github:Infinidoge/nix-minecraft"; 24 26 roc-lang.url = "github:roc-lang/roc"; 25 - tangled.url = "git+https://tangled.org/did:plc:j5hmlfdrwkvtxm7cjmu7j2is?ref=refs/tags/v1.14.0-alpha"; 27 + tangled.url = "git+https://tangled.org/did:plc:j5hmlfdrwkvtxm7cjmu7j2is?ref=refs/tags/v1.14.1-alpha"; 26 28 }; 27 29 28 30 outputs =