this repo has no description

chore: update Lix

hauleth.dev 001cf8cb 697b72e9

verified
+11 -12
+10 -10
flake.lock
··· 284 284 "lix": { 285 285 "flake": false, 286 286 "locked": { 287 - "lastModified": 1737234286, 288 - "narHash": "sha256-pgDJZjj4jpzkFxsqBTI/9Yb0n3gW+DvDtuv9SwQZZcs=", 289 - "rev": "079528098f5998ba13c88821a2eca1005c1695de", 287 + "lastModified": 1746827285, 288 + "narHash": "sha256-hsFe4Tsqqg4l+FfQWphDtjC79WzNCZbEFhHI8j2KJzw=", 289 + "rev": "47aad376c87e2e65967f17099277428e4b3f8e5a", 290 290 "type": "tarball", 291 - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/079528098f5998ba13c88821a2eca1005c1695de.tar.gz?rev=079528098f5998ba13c88821a2eca1005c1695de" 291 + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/47aad376c87e2e65967f17099277428e4b3f8e5a.tar.gz?rev=47aad376c87e2e65967f17099277428e4b3f8e5a" 292 292 }, 293 293 "original": { 294 294 "type": "tarball", 295 - "url": "https://git.lix.systems/lix-project/lix/archive/release-2.92.tar.gz" 295 + "url": "https://git.lix.systems/lix-project/lix/archive/2.93.0.tar.gz" 296 296 } 297 297 }, 298 298 "lix-module": { ··· 305 305 ] 306 306 }, 307 307 "locked": { 308 - "lastModified": 1742943028, 309 - "narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=", 310 - "rev": "868d97695bab9d21f6070b03957bcace249fbe3c", 308 + "lastModified": 1746838955, 309 + "narHash": "sha256-11R4K3iAx4tLXjUs+hQ5K90JwDABD/XHhsM9nkeS5N8=", 310 + "rev": "cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc", 311 311 "type": "tarball", 312 - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/868d97695bab9d21f6070b03957bcace249fbe3c.tar.gz?rev=868d97695bab9d21f6070b03957bcace249fbe3c" 312 + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc.tar.gz?rev=cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc" 313 313 }, 314 314 "original": { 315 315 "type": "tarball", 316 - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz" 316 + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz" 317 317 } 318 318 }, 319 319 "neorg": {
+1 -1
flake.nix
··· 20 20 }; 21 21 22 22 lix-module = { 23 - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz"; 23 + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"; 24 24 inputs.nixpkgs.follows = "nixpkgs"; 25 25 }; 26 26
-1
modules/common.nix
··· 25 25 experimental-features = [ 26 26 "nix-command" 27 27 "flakes" 28 - "repl-flake" 29 28 ]; 30 29 }; 31 30