this repo has no description
0
fork

Configure Feed

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

chore(nix): update `flake.lock`

+24 -29
+24 -29
nix/flake.lock
··· 1 1 { 2 2 "nodes": { 3 - "home-manager": { 3 + "nix-darwin": { 4 4 "inputs": { 5 5 "nixpkgs": [ 6 6 "nixpkgs" 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1745557122, 11 - "narHash": "sha256-eqSo9ugzsqhFgaDFYUZj943nurlX4L6f+AW0skJ4W+M=", 12 - "owner": "nix-community", 13 - "repo": "home-manager", 14 - "rev": "dd26f75fb4ec1c731d4b1396eaf4439ce40a91c1", 10 + "lastModified": 1743127615, 11 + "narHash": "sha256-+sMGqywrSr50BGMLMeY789mSrzjkoxZiu61eWjYS/8o=", 12 + "owner": "nix-darwin", 13 + "repo": "nix-darwin", 14 + "rev": "fc843893cecc1838a59713ee3e50e9e7edc6207c", 15 15 "type": "github" 16 16 }, 17 17 "original": { 18 - "owner": "nix-community", 19 - "ref": "release-24.11", 20 - "repo": "home-manager", 18 + "owner": "nix-darwin", 19 + "ref": "nix-darwin-24.11", 20 + "repo": "nix-darwin", 21 21 "type": "github" 22 22 } 23 23 }, 24 - "nix-darwin": { 25 - "inputs": { 26 - "nixpkgs": [ 27 - "nixpkgs" 28 - ] 29 - }, 24 + "nixpkgs": { 30 25 "locked": { 31 - "lastModified": 1742013980, 32 - "narHash": "sha256-34YbfwABU5nb0F5eaaJE3ujldaNDhmyxw7CWqhXJV08=", 33 - "owner": "LnL7", 34 - "repo": "nix-darwin", 35 - "rev": "9175b4bb5f127fb7b5784b14f7e01abff24c378f", 26 + "lastModified": 1747397834, 27 + "narHash": "sha256-JKNliE06f0B6171bGFMIGNJnr1QO/RtkDJ3ifqg7fGQ=", 28 + "owner": "NixOS", 29 + "repo": "nixpkgs", 30 + "rev": "2aa9b5338551238f2981c385ef01a949b9f578d1", 36 31 "type": "github" 37 32 }, 38 33 "original": { 39 - "owner": "LnL7", 40 - "ref": "master", 41 - "repo": "nix-darwin", 34 + "owner": "NixOS", 35 + "ref": "nixpkgs-24.11-darwin", 36 + "repo": "nixpkgs", 42 37 "type": "github" 43 38 } 44 39 }, 45 - "nixpkgs": { 40 + "nixpkgs-unstable": { 46 41 "locked": { 47 - "lastModified": 1741865919, 48 - "narHash": "sha256-4thdbnP6dlbdq+qZWTsm4ffAwoS8Tiq1YResB+RP6WE=", 42 + "lastModified": 1747426788, 43 + "narHash": "sha256-N4cp0asTsJCnRMFZ/k19V9akkxb7J/opG+K+jU57JGc=", 49 44 "owner": "NixOS", 50 45 "repo": "nixpkgs", 51 - "rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a", 46 + "rev": "12a55407652e04dcf2309436eb06fef0d3713ef3", 52 47 "type": "github" 53 48 }, 54 49 "original": { ··· 60 55 }, 61 56 "root": { 62 57 "inputs": { 63 - "home-manager": "home-manager", 64 58 "nix-darwin": "nix-darwin", 65 - "nixpkgs": "nixpkgs" 59 + "nixpkgs": "nixpkgs", 60 + "nixpkgs-unstable": "nixpkgs-unstable" 66 61 } 67 62 } 68 63 },