this repo has no description
1
fork

Configure Feed

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

ft: use latest Lix 2.91 release

+11 -11
+9 -9
flake.lock
··· 43 43 }, 44 44 "darwin-stable": { 45 45 "locked": { 46 - "lastModified": 1730142757, 47 - "narHash": "sha256-O2/v/ocUL0KsACqEIK5eD5XeX46duRIgKdOu6uCKarw=", 46 + "lastModified": 1731613620, 47 + "narHash": "sha256-Qb4cpVp1pr29mvbqMROn7BcYt60GJ948RSM4UKU2DV4=", 48 48 "owner": "nixos", 49 49 "repo": "nixpkgs", 50 - "rev": "dd6d18bf8d291daca03a444973bd4f9aa5c1f681", 50 + "rev": "f4a0fbc120cd775346111246b453f8af94afc1d1", 51 51 "type": "github" 52 52 }, 53 53 "original": { 54 54 "owner": "nixos", 55 - "ref": "nixpkgs-24.05-darwin", 55 + "ref": "nixpkgs-24.11-darwin", 56 56 "repo": "nixpkgs", 57 57 "type": "github" 58 58 } ··· 282 282 ] 283 283 }, 284 284 "locked": { 285 - "lastModified": 1729302939, 286 - "narHash": "sha256-slp0zWHKvbCzhiBwwe6VX6jODEY+PKhHyiAoHgM5Bdc=", 287 - "rev": "6478f624b2a00367e0e3d750a2c7a9f3afb72712", 285 + "lastModified": 1731963943, 286 + "narHash": "sha256-iL1fB7dlO8UPOm1ALoGTpgdOac9TZtRgDppM/uPyDRE=", 287 + "rev": "38e2631a98c8a66d61f135f4f0b6548e8c35e96b", 288 288 "type": "tarball", 289 - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/6478f624b2a00367e0e3d750a2c7a9f3afb72712.tar.gz?rev=6478f624b2a00367e0e3d750a2c7a9f3afb72712" 289 + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/38e2631a98c8a66d61f135f4f0b6548e8c35e96b.tar.gz?rev=38e2631a98c8a66d61f135f4f0b6548e8c35e96b" 290 290 }, 291 291 "original": { 292 292 "type": "tarball", 293 - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1.tar.gz" 293 + "url": "https://git.lix.systems/lix-project/nixos-module/archive/release-2.91.tar.gz" 294 294 } 295 295 }, 296 296 "neorg": {
+2 -2
flake.nix
··· 3 3 4 4 inputs = { 5 5 nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; 6 - darwin-stable.url = "github:nixos/nixpkgs/nixpkgs-24.05-darwin"; 6 + darwin-stable.url = "github:nixos/nixpkgs/nixpkgs-24.11-darwin"; 7 7 flake-parts.url = "github:hercules-ci/flake-parts"; 8 8 9 9 home-manager = { ··· 20 20 }; 21 21 22 22 lix-module = { 23 - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1.tar.gz"; 23 + url = "https://git.lix.systems/lix-project/nixos-module/archive/release-2.91.tar.gz"; 24 24 inputs.nixpkgs.follows = "nixpkgs"; 25 25 }; 26 26