my nixos config
0
fork

Configure Feed

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

update lix too

chfour c4f5c1b4 655023c8

+11 -11
+10 -10
flake.lock
··· 74 74 "lix": { 75 75 "flake": false, 76 76 "locked": { 77 - "lastModified": 1737234286, 78 - "narHash": "sha256-pgDJZjj4jpzkFxsqBTI/9Yb0n3gW+DvDtuv9SwQZZcs=", 79 - "rev": "079528098f5998ba13c88821a2eca1005c1695de", 77 + "lastModified": 1746827285, 78 + "narHash": "sha256-hsFe4Tsqqg4l+FfQWphDtjC79WzNCZbEFhHI8j2KJzw=", 79 + "rev": "47aad376c87e2e65967f17099277428e4b3f8e5a", 80 80 "type": "tarball", 81 - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/079528098f5998ba13c88821a2eca1005c1695de.tar.gz?rev=079528098f5998ba13c88821a2eca1005c1695de" 81 + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/47aad376c87e2e65967f17099277428e4b3f8e5a.tar.gz?rev=47aad376c87e2e65967f17099277428e4b3f8e5a" 82 82 }, 83 83 "original": { 84 84 "type": "tarball", 85 - "url": "https://git.lix.systems/lix-project/lix/archive/release-2.92.tar.gz" 85 + "url": "https://git.lix.systems/lix-project/lix/archive/2.93.0.tar.gz" 86 86 } 87 87 }, 88 88 "lix-module": { ··· 95 95 ] 96 96 }, 97 97 "locked": { 98 - "lastModified": 1742943028, 99 - "narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=", 100 - "rev": "868d97695bab9d21f6070b03957bcace249fbe3c", 98 + "lastModified": 1746838955, 99 + "narHash": "sha256-11R4K3iAx4tLXjUs+hQ5K90JwDABD/XHhsM9nkeS5N8=", 100 + "rev": "cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc", 101 101 "type": "tarball", 102 - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/868d97695bab9d21f6070b03957bcace249fbe3c.tar.gz?rev=868d97695bab9d21f6070b03957bcace249fbe3c" 102 + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc.tar.gz?rev=cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc" 103 103 }, 104 104 "original": { 105 105 "type": "tarball", 106 - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz" 106 + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz" 107 107 } 108 108 }, 109 109 "nixos-hardware": {
+1 -1
flake.nix
··· 5 5 nixpkgs-master.url = "github:NixOS/nixpkgs/master"; 6 6 7 7 lix-module = { 8 - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz"; 8 + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"; 9 9 inputs.nixpkgs.follows = "nixpkgs"; 10 10 }; 11 11