this repo has no description
0
fork

Configure Feed

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

roll back to release 24.11 versions

+15 -15
+12 -12
darwin/flake.lock
··· 68 68 ] 69 69 }, 70 70 "locked": { 71 - "lastModified": 1739198052, 72 - "narHash": "sha256-fvAgCGK2phagbKv2S4YH4AIM566TKasfWMqYl3c3mPQ=", 71 + "lastModified": 1739757849, 72 + "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", 73 73 "owner": "nix-community", 74 74 "repo": "home-manager", 75 - "rev": "b0bd29bb4b8df265b13bbb4a6639afa74faaa831", 75 + "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", 76 76 "type": "github" 77 77 }, 78 78 "original": { 79 79 "owner": "nix-community", 80 - "ref": "master", 80 + "ref": "release-24.11", 81 81 "repo": "home-manager", 82 82 "type": "github" 83 83 } ··· 89 89 ] 90 90 }, 91 91 "locked": { 92 - "lastModified": 1739034224, 93 - "narHash": "sha256-Mj/8jDzh1KNmUhWqEeVlW3hO9MZkxqioJGnmR7rivaE=", 92 + "lastModified": 1739553546, 93 + "narHash": "sha256-L4ou3xfOr17EAe836djRoQ7auVkYOREMtiQa82wVGqU=", 94 94 "owner": "LnL7", 95 95 "repo": "nix-darwin", 96 - "rev": "0b6f96a6b9efcfa8d3cc8023008bcbcd1b9bc1a4", 96 + "rev": "353846417f985e74fdc060555f17939e4472ea2c", 97 97 "type": "github" 98 98 }, 99 99 "original": { 100 100 "owner": "LnL7", 101 - "ref": "master", 101 + "ref": "nix-darwin-24.11", 102 102 "repo": "nix-darwin", 103 103 "type": "github" 104 104 } 105 105 }, 106 106 "nixpkgs": { 107 107 "locked": { 108 - "lastModified": 1739019272, 109 - "narHash": "sha256-7Fu7oazPoYCbDzb9k8D/DdbKrC3aU1zlnc39Y8jy/s8=", 108 + "lastModified": 1740162160, 109 + "narHash": "sha256-SSYxFhqCOb3aiPb6MmN68yEzBIltfom8IgRz7phHscM=", 110 110 "owner": "NixOS", 111 111 "repo": "nixpkgs", 112 - "rev": "fa35a3c8e17a3de613240fea68f876e5b4896aec", 112 + "rev": "11415c7ae8539d6292f2928317ee7a8410b28bb9", 113 113 "type": "github" 114 114 }, 115 115 "original": { 116 116 "owner": "NixOS", 117 - "ref": "nixpkgs-unstable", 117 + "ref": "release-24.11", 118 118 "repo": "nixpkgs", 119 119 "type": "github" 120 120 }
+3 -3
darwin/flake.nix
··· 3 3 description = "Darwin config"; 4 4 5 5 inputs = { 6 - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; 6 + nixpkgs.url = "github:NixOS/nixpkgs/release-24.11"; 7 7 8 - nix-darwin.url = "github:LnL7/nix-darwin/master"; 8 + nix-darwin.url = "github:LnL7/nix-darwin/nix-darwin-24.11"; 9 9 nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; 10 10 11 - home-manager.url = "github:nix-community/home-manager/master"; 11 + home-manager.url = "github:nix-community/home-manager/release-24.11"; 12 12 home-manager.inputs.nixpkgs.follows = "nixpkgs"; 13 13 14 14 alejandra.url = "github:kamadorueda/alejandra/3.1.0";