For now? I'm experimenting on an old concept.
1
fork

Configure Feed

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

Update deps


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+11 -11
+9 -9
flake.lock
··· 8 8 "rust-analyzer-src": "rust-analyzer-src" 9 9 }, 10 10 "locked": { 11 - "lastModified": 1770621632, 12 - "narHash": "sha256-pp7visGpp5SYL1O/eF1ZyiSqk4AJ5xkEJXw7pw0f4EI=", 11 + "lastModified": 1773818109, 12 + "narHash": "sha256-Wsk92HrZODmCgBb+v7XfTMUAIEhqU+Obwj+09IKRTpU=", 13 13 "owner": "nix-community", 14 14 "repo": "fenix", 15 - "rev": "de681afb16166786926b05a0b528545ad511507a", 15 + "rev": "b8b443c5a1bd8dd99df899b4ac786a7f410193e5", 16 16 "type": "github" 17 17 }, 18 18 "original": { ··· 23 23 }, 24 24 "nixpkgs": { 25 25 "locked": { 26 - "lastModified": 1770562336, 27 - "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=", 26 + "lastModified": 1773734432, 27 + "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", 28 28 "owner": "NixOS", 29 29 "repo": "nixpkgs", 30 - "rev": "d6c71932130818840fc8fe9509cf50be8c64634f", 30 + "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", 31 31 "type": "github" 32 32 }, 33 33 "original": { ··· 47 47 "rust-analyzer-src": { 48 48 "flake": false, 49 49 "locked": { 50 - "lastModified": 1770616416, 51 - "narHash": "sha256-S6qG5sNG76JitdRRY0dyEq9+n+4TJuqKrFrtTpripAo=", 50 + "lastModified": 1773775226, 51 + "narHash": "sha256-413aE+fhubk1GA2v4IlRrpdZZzW/b89wJGuDfZCVtEs=", 52 52 "owner": "rust-lang", 53 53 "repo": "rust-analyzer", 54 - "rev": "c75729db6845c73605115b18d819917dbf6a8972", 54 + "rev": "4eac290b58a70961e78f2e0c04f61a08b995b2cb", 55 55 "type": "github" 56 56 }, 57 57 "original": {
+2 -2
mise.toml
··· 1 1 [tools] 2 2 bun = "1.2.20" 3 - gleam = "1.14.0" 3 + gleam = "1.15.0" 4 4 just = "latest" 5 - "rust" = { version = "latest", components = "rust-analyzer" } 5 + "rust" = { version = "1.94.0", components = "rust-analyzer" } 6 6 watchexec = "latest" 7 7 8 8