because apparently i need a git repo
2
fork

Configure Feed

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

lix update

+10 -10
+9 -9
flake.lock
··· 78 78 "lix": { 79 79 "flake": false, 80 80 "locked": { 81 - "lastModified": 1751235704, 82 - "narHash": "sha256-J4ycLoXHPsoBoQtEXFCelL4xlq5pT8U9tNWNKm43+YI=", 83 - "rev": "1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6", 81 + "lastModified": 1753223229, 82 + "narHash": "sha256-tkT4aCZZE6IEmjYotOzKKa2rV3pGpH3ZREeQn7ACgdU=", 83 + "rev": "7ac20fc47cf2f1b7469c7a2f379e5a3a51a6789a", 84 84 "type": "tarball", 85 - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6.tar.gz?rev=1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6" 85 + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/7ac20fc47cf2f1b7469c7a2f379e5a3a51a6789a.tar.gz?rev=7ac20fc47cf2f1b7469c7a2f379e5a3a51a6789a" 86 86 }, 87 87 "original": { 88 88 "type": "tarball", ··· 99 99 ] 100 100 }, 101 101 "locked": { 102 - "lastModified": 1751240025, 103 - "narHash": "sha256-SXUAlxpjPRkArRMHy5+Hdi+PiC+ND9yzzIjiaHmTvQU=", 104 - "rev": "8b1094356f4723d6e89d3f8a95b333ee16d9ab02", 102 + "lastModified": 1753282722, 103 + "narHash": "sha256-KYMUrTV7H/RR5/HRnjV5R3rRIuBXMemyJzTLi50NFTs=", 104 + "rev": "46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873", 105 105 "type": "tarball", 106 - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/8b1094356f4723d6e89d3f8a95b333ee16d9ab02.tar.gz?rev=8b1094356f4723d6e89d3f8a95b333ee16d9ab02" 106 + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873.tar.gz?rev=46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873" 107 107 }, 108 108 "original": { 109 109 "type": "tarball", 110 - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz" 110 + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz" 111 111 } 112 112 }, 113 113 "nixpkgs": {
+1 -1
flake.nix
··· 3 3 nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; 4 4 nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; 5 5 lix-module = { 6 - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz"; 6 + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz"; 7 7 inputs.nixpkgs.follows = "nixpkgs"; 8 8 }; 9 9 home-manager = {