NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

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

Update flake.lock [skip-ci]

+27 -6
+27 -6
flake.lock
··· 164 164 ] 165 165 }, 166 166 "locked": { 167 - "lastModified": 1735774425, 168 - "narHash": "sha256-C73gLFnEh8ZI0uDijUgCDWCd21T6I6tsaWgIBHcfAXg=", 167 + "lastModified": 1736204492, 168 + "narHash": "sha256-CoBPRgkUex9Iz6qGSzi/BFVUQjndB0PmME2B6eEyeCs=", 169 169 "owner": "nix-community", 170 170 "repo": "home-manager", 171 - "rev": "5f6aa268e419d053c3d5025da740e390b12ac936", 171 + "rev": "20665c6efa83d71020c8730f26706258ba5c6b2a", 172 172 "type": "github" 173 173 }, 174 174 "original": { ··· 211 211 "original": { 212 212 "type": "tarball", 213 213 "url": "https://flakehub.com/f/DeterminateSystems/nix/2.0" 214 + } 215 + }, 216 + "nix-ld": { 217 + "inputs": { 218 + "nixpkgs": [ 219 + "nixpkgs" 220 + ] 221 + }, 222 + "locked": { 223 + "lastModified": 1736154240, 224 + "narHash": "sha256-I8Ot6/CInJFphhK9L3T1558q4OOOXwl3f2d0SuKjYcE=", 225 + "owner": "Mic92", 226 + "repo": "nix-ld", 227 + "rev": "8741cadfa29d9c7beeeb9b1308ef58c62c54e129", 228 + "type": "github" 229 + }, 230 + "original": { 231 + "owner": "Mic92", 232 + "repo": "nix-ld", 233 + "type": "github" 214 234 } 215 235 }, 216 236 "nix_2": { ··· 330 350 }, 331 351 "nixpkgs_4": { 332 352 "locked": { 333 - "lastModified": 1735471104, 334 - "narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=", 353 + "lastModified": 1736012469, 354 + "narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=", 335 355 "owner": "NixOS", 336 356 "repo": "nixpkgs", 337 - "rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4", 357 + "rev": "8f3e1f807051e32d8c95cd12b9b421623850a34d", 338 358 "type": "github" 339 359 }, 340 360 "original": { ··· 362 382 "inputs": { 363 383 "determinate": "determinate", 364 384 "home-manager": "home-manager", 385 + "nix-ld": "nix-ld", 365 386 "nixos-hardware": "nixos-hardware", 366 387 "nixpkgs": "nixpkgs_4", 367 388 "vscode-server": "vscode-server"