Nix configurations for my homelab
0

Configure Feed

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

tangled-knot: update 1.8.0-alpha -> 1.8.1-alpha

+10 -10
+9 -9
flake.lock
··· 212 212 }, 213 213 "nixpkgs": { 214 214 "locked": { 215 - "lastModified": 1756150293, 216 - "narHash": "sha256-FsrqDbfviETUgdQ14GIN/WSG+hafZWPxR2hThtYfGp8=", 215 + "lastModified": 1756193349, 216 + "narHash": "sha256-s9mVQll30JhqPklsDhpyPYhavoJA30tLausoJMfuyPY=", 217 217 "owner": "NixOS", 218 218 "repo": "nixpkgs", 219 - "rev": "753aae5168a8367ef19a7fc8348dd7726531fafd", 219 + "rev": "77ae3f85d5e814698380c00ad3a867ebc3204cb1", 220 220 "type": "github" 221 221 }, 222 222 "original": { ··· 403 403 "sqlite-lib-src": "sqlite-lib-src" 404 404 }, 405 405 "locked": { 406 - "lastModified": 1756139281, 407 - "narHash": "sha256-A0FYRaFr7rBtJD5DeTDLxF42Yj8MsN3fdd7wgH9dSmk=", 408 - "ref": "refs/tags/v1.8.0-alpha", 409 - "rev": "e2dc62bd1063a82fef67c6cd881245cdb805f47c", 410 - "revCount": 1234, 406 + "lastModified": 1756205280, 407 + "narHash": "sha256-6PPcusLU/HYW7GGviQjvUwQ5s0C14UTOGgC6BCVmGIc=", 408 + "ref": "refs/tags/v1.8.1-alpha", 409 + "rev": "3f3c13e05d20ff3db96961e708f56da41d8f3db6", 410 + "revCount": 1237, 411 411 "type": "git", 412 412 "url": "https://tangled.sh/@tangled.sh/core" 413 413 }, 414 414 "original": { 415 - "ref": "refs/tags/v1.8.0-alpha", 415 + "ref": "refs/tags/v1.8.1-alpha", 416 416 "type": "git", 417 417 "url": "https://tangled.sh/@tangled.sh/core" 418 418 }
+1 -1
flake.nix
··· 22 22 inputs.nixpkgs.follows = "nixpkgs"; 23 23 }; 24 24 roc-lang.url = "github:roc-lang/roc"; 25 - tangled-sh.url = "git+https://tangled.sh/@tangled.sh/core?ref=refs/tags/v1.8.0-alpha"; 25 + tangled-sh.url = "git+https://tangled.sh/@tangled.sh/core?ref=refs/tags/v1.8.1-alpha"; 26 26 }; 27 27 28 28 outputs =