dotfiles/nix/flake.lock (view raw)
| 1 | { |
| 2 | "nodes": { |
| 3 | "agenix": { |
| 4 | "inputs": { |
| 5 | "darwin": "darwin", |
| 6 | "home-manager": "home-manager", |
| 7 | "nixpkgs": [ |
| 8 | "nixpkgs" |
| 9 | ], |
| 10 | "systems": "systems" |
| 11 | }, |
| 12 | "locked": { |
| 13 | "lastModified": 1770165109, |
| 14 | "narHash": "sha256-9VnK6Oqai65puVJ4WYtCTvlJeXxMzAp/69HhQuTdl/I=", |
| 15 | "owner": "ryantm", |
| 16 | "repo": "agenix", |
| 17 | "rev": "b027ee29d959fda4b60b57566d64c98a202e0feb", |
| 18 | "type": "github" |
| 19 | }, |
| 20 | "original": { |
| 21 | "owner": "ryantm", |
| 22 | "repo": "agenix", |
| 23 | "type": "github" |
| 24 | } |
| 25 | }, |
| 26 | "darwin": { |
| 27 | "inputs": { |
| 28 | "nixpkgs": [ |
| 29 | "agenix", |
| 30 | "nixpkgs" |
| 31 | ] |
| 32 | }, |
| 33 | "locked": { |
| 34 | "lastModified": 1744478979, |
| 35 | "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=", |
| 36 | "owner": "lnl7", |
| 37 | "repo": "nix-darwin", |
| 38 | "rev": "43975d782b418ebf4969e9ccba82466728c2851b", |
| 39 | "type": "github" |
| 40 | }, |
| 41 | "original": { |
| 42 | "owner": "lnl7", |
| 43 | "ref": "master", |
| 44 | "repo": "nix-darwin", |
| 45 | "type": "github" |
| 46 | } |
| 47 | }, |
| 48 | "disko": { |
| 49 | "inputs": { |
| 50 | "nixpkgs": [ |
| 51 | "nixpkgs" |
| 52 | ] |
| 53 | }, |
| 54 | "locked": { |
| 55 | "lastModified": 1780048612, |
| 56 | "narHash": "sha256-Md/eOK5OjmvvHc2H52pLZe4zpP4XyfiS5vHqfRCz2HU=", |
| 57 | "owner": "nix-community", |
| 58 | "repo": "disko", |
| 59 | "rev": "caa775cf67bfdc47f940edd96c975b5016df9059", |
| 60 | "type": "github" |
| 61 | }, |
| 62 | "original": { |
| 63 | "owner": "nix-community", |
| 64 | "repo": "disko", |
| 65 | "type": "github" |
| 66 | } |
| 67 | }, |
| 68 | "home-manager": { |
| 69 | "inputs": { |
| 70 | "nixpkgs": [ |
| 71 | "agenix", |
| 72 | "nixpkgs" |
| 73 | ] |
| 74 | }, |
| 75 | "locked": { |
| 76 | "lastModified": 1745494811, |
| 77 | "narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=", |
| 78 | "owner": "nix-community", |
| 79 | "repo": "home-manager", |
| 80 | "rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be", |
| 81 | "type": "github" |
| 82 | }, |
| 83 | "original": { |
| 84 | "owner": "nix-community", |
| 85 | "repo": "home-manager", |
| 86 | "type": "github" |
| 87 | } |
| 88 | }, |
| 89 | "mugit": { |
| 90 | "inputs": { |
| 91 | "nixpkgs": [ |
| 92 | "nixpkgs" |
| 93 | ] |
| 94 | }, |
| 95 | "locked": { |
| 96 | "lastModified": 1779797879, |
| 97 | "narHash": "sha256-Rlo+CK7JfwTyp1DFvQAFiG+1seelktmlr9iyvC8tAX0=", |
| 98 | "owner": "olexsmir", |
| 99 | "repo": "mugit", |
| 100 | "rev": "4af560ca6ad26b59b39cd04800777c7b2895372f", |
| 101 | "type": "github" |
| 102 | }, |
| 103 | "original": { |
| 104 | "owner": "olexsmir", |
| 105 | "repo": "mugit", |
| 106 | "type": "github" |
| 107 | } |
| 108 | }, |
| 109 | "nixpkgs": { |
| 110 | "locked": { |
| 111 | "lastModified": 1779971959, |
| 112 | "narHash": "sha256-R5nauXyqyfRUFiZycFFZdkF7wl6eaUpPLst35+2nJQY=", |
| 113 | "owner": "NixOS", |
| 114 | "repo": "nixpkgs", |
| 115 | "rev": "ec942ba042dad5ef097e2ef3a3effc034241f011", |
| 116 | "type": "github" |
| 117 | }, |
| 118 | "original": { |
| 119 | "owner": "NixOS", |
| 120 | "ref": "nixos-26.05", |
| 121 | "repo": "nixpkgs", |
| 122 | "type": "github" |
| 123 | } |
| 124 | }, |
| 125 | "root": { |
| 126 | "inputs": { |
| 127 | "agenix": "agenix", |
| 128 | "disko": "disko", |
| 129 | "mugit": "mugit", |
| 130 | "nixpkgs": "nixpkgs", |
| 131 | "rss-tools": "rss-tools" |
| 132 | } |
| 133 | }, |
| 134 | "rss-tools": { |
| 135 | "inputs": { |
| 136 | "nixpkgs": [ |
| 137 | "nixpkgs" |
| 138 | ] |
| 139 | }, |
| 140 | "locked": { |
| 141 | "lastModified": 1780131851, |
| 142 | "narHash": "sha256-4Uo7HZezRX7Xh0HtW6Q3ARY3lCGoEgtBMxUYOug9ITA=", |
| 143 | "owner": "olexsmir", |
| 144 | "repo": "rss-tools", |
| 145 | "rev": "a5ac52722b131734c74504b6e6f4d9900536cac7", |
| 146 | "type": "github" |
| 147 | }, |
| 148 | "original": { |
| 149 | "owner": "olexsmir", |
| 150 | "repo": "rss-tools", |
| 151 | "type": "github" |
| 152 | } |
| 153 | }, |
| 154 | "systems": { |
| 155 | "locked": { |
| 156 | "lastModified": 1681028828, |
| 157 | "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", |
| 158 | "owner": "nix-systems", |
| 159 | "repo": "default", |
| 160 | "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", |
| 161 | "type": "github" |
| 162 | }, |
| 163 | "original": { |
| 164 | "owner": "nix-systems", |
| 165 | "repo": "default", |
| 166 | "type": "github" |
| 167 | } |
| 168 | } |
| 169 | }, |
| 170 | "root": "root", |
| 171 | "version": 7 |
| 172 | } |