Fetch User Keys - simple tool for fetching SSH keys from various sources
2
fork

Configure Feed

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

chore: remove unneeded Apple SDK inputs

+668 -53
+666 -43
flake.lock
··· 6 6 "devenv" 7 7 ], 8 8 "flake-compat": [ 9 - "devenv" 9 + "devenv", 10 + "flake-compat" 10 11 ], 11 12 "git-hooks": [ 12 13 "devenv", ··· 18 19 ] 19 20 }, 20 21 "locked": { 21 - "lastModified": 1752264895, 22 - "narHash": "sha256-1zBPE/PNAkPNUsOWFET4J0cjlvziH8DOekesDmjND+w=", 22 + "lastModified": 1767714506, 23 + "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=", 24 + "owner": "cachix", 25 + "repo": "cachix", 26 + "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9", 27 + "type": "github" 28 + }, 29 + "original": { 30 + "owner": "cachix", 31 + "ref": "latest", 32 + "repo": "cachix", 33 + "type": "github" 34 + } 35 + }, 36 + "cachix_2": { 37 + "inputs": { 38 + "devenv": [ 39 + "devenv", 40 + "crate2nix" 41 + ], 42 + "flake-compat": [ 43 + "devenv", 44 + "crate2nix" 45 + ], 46 + "git-hooks": "git-hooks", 47 + "nixpkgs": "nixpkgs" 48 + }, 49 + "locked": { 50 + "lastModified": 1767714506, 51 + "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=", 52 + "owner": "cachix", 53 + "repo": "cachix", 54 + "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9", 55 + "type": "github" 56 + }, 57 + "original": { 58 + "owner": "cachix", 59 + "ref": "latest", 60 + "repo": "cachix", 61 + "type": "github" 62 + } 63 + }, 64 + "cachix_3": { 65 + "inputs": { 66 + "devenv": [ 67 + "devenv", 68 + "crate2nix", 69 + "crate2nix_stable" 70 + ], 71 + "flake-compat": [ 72 + "devenv", 73 + "crate2nix", 74 + "crate2nix_stable" 75 + ], 76 + "git-hooks": "git-hooks_2", 77 + "nixpkgs": "nixpkgs_2" 78 + }, 79 + "locked": { 80 + "lastModified": 1767714506, 81 + "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=", 23 82 "owner": "cachix", 24 83 "repo": "cachix", 25 - "rev": "47053aef762f452e816e44eb9a23fbc3827b241a", 84 + "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9", 26 85 "type": "github" 27 86 }, 28 87 "original": { ··· 32 91 "type": "github" 33 92 } 34 93 }, 35 - "devenv": { 94 + "crate2nix": { 36 95 "inputs": { 37 - "cachix": "cachix", 96 + "cachix": "cachix_2", 97 + "crate2nix_stable": "crate2nix_stable", 98 + "devshell": "devshell_2", 99 + "flake-compat": "flake-compat_2", 100 + "flake-parts": "flake-parts_2", 101 + "nix-test-runner": "nix-test-runner_2", 102 + "nixpkgs": [ 103 + "devenv", 104 + "nixpkgs" 105 + ], 106 + "pre-commit-hooks": "pre-commit-hooks_2" 107 + }, 108 + "locked": { 109 + "lastModified": 1773440526, 110 + "narHash": "sha256-OcX1MYqUdoalY3/vU67PEx8m6RvqGxX0LwKonjzXn7I=", 111 + "owner": "nix-community", 112 + "repo": "crate2nix", 113 + "rev": "e697d3049c909580128caa856ab8eb709556a97b", 114 + "type": "github" 115 + }, 116 + "original": { 117 + "owner": "nix-community", 118 + "repo": "crate2nix", 119 + "type": "github" 120 + } 121 + }, 122 + "crate2nix_stable": { 123 + "inputs": { 124 + "cachix": "cachix_3", 125 + "crate2nix_stable": [ 126 + "devenv", 127 + "crate2nix", 128 + "crate2nix_stable" 129 + ], 130 + "devshell": "devshell", 38 131 "flake-compat": "flake-compat", 39 132 "flake-parts": "flake-parts", 40 - "git-hooks": "git-hooks", 133 + "nix-test-runner": "nix-test-runner", 134 + "nixpkgs": "nixpkgs_3", 135 + "pre-commit-hooks": "pre-commit-hooks" 136 + }, 137 + "locked": { 138 + "lastModified": 1769627083, 139 + "narHash": "sha256-SUuruvw1/moNzCZosHaa60QMTL+L9huWdsCBN6XZIic=", 140 + "owner": "nix-community", 141 + "repo": "crate2nix", 142 + "rev": "7c33e664668faecf7655fa53861d7a80c9e464a2", 143 + "type": "github" 144 + }, 145 + "original": { 146 + "owner": "nix-community", 147 + "ref": "0.15.0", 148 + "repo": "crate2nix", 149 + "type": "github" 150 + } 151 + }, 152 + "devenv": { 153 + "inputs": { 154 + "cachix": "cachix", 155 + "crate2nix": "crate2nix", 156 + "flake-compat": "flake-compat_3", 157 + "flake-parts": "flake-parts_3", 158 + "git-hooks": "git-hooks_3", 41 159 "nix": "nix", 42 - "nixpkgs": "nixpkgs" 160 + "nixd": "nixd", 161 + "nixpkgs": "nixpkgs_4", 162 + "rust-overlay": "rust-overlay" 43 163 }, 44 164 "locked": { 45 - "lastModified": 1759339967, 46 - "narHash": "sha256-mMJgOCRHKDAAsU9AmgK1gV0iWMZo1yHH243uCnQ3tr4=", 165 + "lastModified": 1773937316, 166 + "narHash": "sha256-1Ou0hiagyj7urRqWZgPW51VdcaCcM3GUwrMBHQ27stU=", 47 167 "owner": "cachix", 48 168 "repo": "devenv", 49 - "rev": "e7a45ed5e94dd286bce2a3b0f037fb4355e1ebdf", 169 + "rev": "450735a11ddd934e923aaea8b693336d31e7df32", 50 170 "type": "github" 51 171 }, 52 172 "original": { ··· 55 175 "type": "github" 56 176 } 57 177 }, 178 + "devshell": { 179 + "inputs": { 180 + "nixpkgs": [ 181 + "devenv", 182 + "crate2nix", 183 + "crate2nix_stable", 184 + "nixpkgs" 185 + ] 186 + }, 187 + "locked": { 188 + "lastModified": 1768818222, 189 + "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=", 190 + "owner": "numtide", 191 + "repo": "devshell", 192 + "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76", 193 + "type": "github" 194 + }, 195 + "original": { 196 + "owner": "numtide", 197 + "repo": "devshell", 198 + "type": "github" 199 + } 200 + }, 201 + "devshell_2": { 202 + "inputs": { 203 + "nixpkgs": [ 204 + "devenv", 205 + "crate2nix", 206 + "nixpkgs" 207 + ] 208 + }, 209 + "locked": { 210 + "lastModified": 1768818222, 211 + "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=", 212 + "owner": "numtide", 213 + "repo": "devshell", 214 + "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76", 215 + "type": "github" 216 + }, 217 + "original": { 218 + "owner": "numtide", 219 + "repo": "devshell", 220 + "type": "github" 221 + } 222 + }, 58 223 "flake-compat": { 224 + "locked": { 225 + "lastModified": 1733328505, 226 + "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", 227 + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", 228 + "revCount": 69, 229 + "type": "tarball", 230 + "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz" 231 + }, 232 + "original": { 233 + "type": "tarball", 234 + "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" 235 + } 236 + }, 237 + "flake-compat_2": { 238 + "locked": { 239 + "lastModified": 1733328505, 240 + "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", 241 + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", 242 + "revCount": 69, 243 + "type": "tarball", 244 + "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz" 245 + }, 246 + "original": { 247 + "type": "tarball", 248 + "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" 249 + } 250 + }, 251 + "flake-compat_3": { 59 252 "flake": false, 60 253 "locked": { 61 - "lastModified": 1747046372, 62 - "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", 254 + "lastModified": 1767039857, 255 + "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=", 63 256 "owner": "edolstra", 64 257 "repo": "flake-compat", 65 - "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", 258 + "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", 66 259 "type": "github" 67 260 }, 68 261 "original": { ··· 75 268 "inputs": { 76 269 "nixpkgs-lib": [ 77 270 "devenv", 271 + "crate2nix", 272 + "crate2nix_stable", 78 273 "nixpkgs" 79 274 ] 80 275 }, 81 276 "locked": { 82 - "lastModified": 1756770412, 83 - "narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=", 277 + "lastModified": 1768135262, 278 + "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", 84 279 "owner": "hercules-ci", 85 280 "repo": "flake-parts", 86 - "rev": "4524271976b625a4a605beefd893f270620fd751", 281 + "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", 87 282 "type": "github" 88 283 }, 89 284 "original": { ··· 94 289 }, 95 290 "flake-parts_2": { 96 291 "inputs": { 292 + "nixpkgs-lib": [ 293 + "devenv", 294 + "crate2nix", 295 + "nixpkgs" 296 + ] 297 + }, 298 + "locked": { 299 + "lastModified": 1768135262, 300 + "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", 301 + "owner": "hercules-ci", 302 + "repo": "flake-parts", 303 + "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", 304 + "type": "github" 305 + }, 306 + "original": { 307 + "owner": "hercules-ci", 308 + "repo": "flake-parts", 309 + "type": "github" 310 + } 311 + }, 312 + "flake-parts_3": { 313 + "inputs": { 314 + "nixpkgs-lib": [ 315 + "devenv", 316 + "nixpkgs" 317 + ] 318 + }, 319 + "locked": { 320 + "lastModified": 1772408722, 321 + "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", 322 + "owner": "hercules-ci", 323 + "repo": "flake-parts", 324 + "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", 325 + "type": "github" 326 + }, 327 + "original": { 328 + "owner": "hercules-ci", 329 + "repo": "flake-parts", 330 + "type": "github" 331 + } 332 + }, 333 + "flake-parts_4": { 334 + "inputs": { 97 335 "nixpkgs-lib": "nixpkgs-lib" 98 336 }, 99 337 "locked": { 100 - "lastModified": 1756770412, 101 - "narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=", 338 + "lastModified": 1772408722, 339 + "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", 102 340 "owner": "hercules-ci", 103 341 "repo": "flake-parts", 104 - "rev": "4524271976b625a4a605beefd893f270620fd751", 342 + "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", 105 343 "type": "github" 106 344 }, 107 345 "original": { ··· 114 352 "inputs": { 115 353 "flake-compat": [ 116 354 "devenv", 355 + "crate2nix", 356 + "cachix", 117 357 "flake-compat" 118 358 ], 119 359 "gitignore": "gitignore", 120 360 "nixpkgs": [ 121 361 "devenv", 362 + "crate2nix", 363 + "cachix", 122 364 "nixpkgs" 123 365 ] 124 366 }, 125 367 "locked": { 126 - "lastModified": 1758108966, 127 - "narHash": "sha256-ytw7ROXaWZ7OfwHrQ9xvjpUWeGVm86pwnEd1QhzawIo=", 368 + "lastModified": 1765404074, 369 + "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=", 128 370 "owner": "cachix", 129 371 "repo": "git-hooks.nix", 130 - "rev": "54df955a695a84cd47d4a43e08e1feaf90b1fd9b", 372 + "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529", 373 + "type": "github" 374 + }, 375 + "original": { 376 + "owner": "cachix", 377 + "repo": "git-hooks.nix", 378 + "type": "github" 379 + } 380 + }, 381 + "git-hooks_2": { 382 + "inputs": { 383 + "flake-compat": [ 384 + "devenv", 385 + "crate2nix", 386 + "crate2nix_stable", 387 + "cachix", 388 + "flake-compat" 389 + ], 390 + "gitignore": "gitignore_2", 391 + "nixpkgs": [ 392 + "devenv", 393 + "crate2nix", 394 + "crate2nix_stable", 395 + "cachix", 396 + "nixpkgs" 397 + ] 398 + }, 399 + "locked": { 400 + "lastModified": 1765404074, 401 + "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=", 402 + "owner": "cachix", 403 + "repo": "git-hooks.nix", 404 + "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529", 405 + "type": "github" 406 + }, 407 + "original": { 408 + "owner": "cachix", 409 + "repo": "git-hooks.nix", 410 + "type": "github" 411 + } 412 + }, 413 + "git-hooks_3": { 414 + "inputs": { 415 + "flake-compat": [ 416 + "devenv", 417 + "flake-compat" 418 + ], 419 + "gitignore": "gitignore_5", 420 + "nixpkgs": [ 421 + "devenv", 422 + "nixpkgs" 423 + ] 424 + }, 425 + "locked": { 426 + "lastModified": 1772893680, 427 + "narHash": "sha256-JDqZMgxUTCq85ObSaFw0HhE+lvdOre1lx9iI6vYyOEs=", 428 + "owner": "cachix", 429 + "repo": "git-hooks.nix", 430 + "rev": "8baab586afc9c9b57645a734c820e4ac0a604af9", 131 431 "type": "github" 132 432 }, 133 433 "original": { ··· 140 440 "inputs": { 141 441 "nixpkgs": [ 142 442 "devenv", 443 + "crate2nix", 444 + "cachix", 445 + "git-hooks", 446 + "nixpkgs" 447 + ] 448 + }, 449 + "locked": { 450 + "lastModified": 1709087332, 451 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 452 + "owner": "hercules-ci", 453 + "repo": "gitignore.nix", 454 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 455 + "type": "github" 456 + }, 457 + "original": { 458 + "owner": "hercules-ci", 459 + "repo": "gitignore.nix", 460 + "type": "github" 461 + } 462 + }, 463 + "gitignore_2": { 464 + "inputs": { 465 + "nixpkgs": [ 466 + "devenv", 467 + "crate2nix", 468 + "crate2nix_stable", 469 + "cachix", 470 + "git-hooks", 471 + "nixpkgs" 472 + ] 473 + }, 474 + "locked": { 475 + "lastModified": 1709087332, 476 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 477 + "owner": "hercules-ci", 478 + "repo": "gitignore.nix", 479 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 480 + "type": "github" 481 + }, 482 + "original": { 483 + "owner": "hercules-ci", 484 + "repo": "gitignore.nix", 485 + "type": "github" 486 + } 487 + }, 488 + "gitignore_3": { 489 + "inputs": { 490 + "nixpkgs": [ 491 + "devenv", 492 + "crate2nix", 493 + "crate2nix_stable", 494 + "pre-commit-hooks", 495 + "nixpkgs" 496 + ] 497 + }, 498 + "locked": { 499 + "lastModified": 1709087332, 500 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 501 + "owner": "hercules-ci", 502 + "repo": "gitignore.nix", 503 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 504 + "type": "github" 505 + }, 506 + "original": { 507 + "owner": "hercules-ci", 508 + "repo": "gitignore.nix", 509 + "type": "github" 510 + } 511 + }, 512 + "gitignore_4": { 513 + "inputs": { 514 + "nixpkgs": [ 515 + "devenv", 516 + "crate2nix", 517 + "pre-commit-hooks", 518 + "nixpkgs" 519 + ] 520 + }, 521 + "locked": { 522 + "lastModified": 1709087332, 523 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 524 + "owner": "hercules-ci", 525 + "repo": "gitignore.nix", 526 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 527 + "type": "github" 528 + }, 529 + "original": { 530 + "owner": "hercules-ci", 531 + "repo": "gitignore.nix", 532 + "type": "github" 533 + } 534 + }, 535 + "gitignore_5": { 536 + "inputs": { 537 + "nixpkgs": [ 538 + "devenv", 143 539 "git-hooks", 144 540 "nixpkgs" 145 541 ] ··· 184 580 ] 185 581 }, 186 582 "locked": { 187 - "lastModified": 1758763079, 188 - "narHash": "sha256-Bx1A+lShhOWwMuy3uDzZQvYiBKBFcKwy6G6NEohhv6A=", 583 + "lastModified": 1773936165, 584 + "narHash": "sha256-iL6V03FP1vLJ/YJr0KHcNP+0lyyM9pT4rnRSk57DSYc=", 189 585 "owner": "cachix", 190 586 "repo": "nix", 191 - "rev": "6f0140527c2b0346df4afad7497baa08decb929f", 587 + "rev": "185e962dbc1b4925f5da3d05725a11e2ecea4a14", 192 588 "type": "github" 193 589 }, 194 590 "original": { 195 591 "owner": "cachix", 196 - "ref": "devenv-2.30.5", 592 + "ref": "devenv-2.32", 197 593 "repo": "nix", 198 594 "type": "github" 199 595 } 200 596 }, 597 + "nix-test-runner": { 598 + "flake": false, 599 + "locked": { 600 + "lastModified": 1588761593, 601 + "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=", 602 + "owner": "stoeffel", 603 + "repo": "nix-test-runner", 604 + "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2", 605 + "type": "github" 606 + }, 607 + "original": { 608 + "owner": "stoeffel", 609 + "repo": "nix-test-runner", 610 + "type": "github" 611 + } 612 + }, 613 + "nix-test-runner_2": { 614 + "flake": false, 615 + "locked": { 616 + "lastModified": 1588761593, 617 + "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=", 618 + "owner": "stoeffel", 619 + "repo": "nix-test-runner", 620 + "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2", 621 + "type": "github" 622 + }, 623 + "original": { 624 + "owner": "stoeffel", 625 + "repo": "nix-test-runner", 626 + "type": "github" 627 + } 628 + }, 629 + "nixd": { 630 + "inputs": { 631 + "flake-parts": [ 632 + "devenv", 633 + "flake-parts" 634 + ], 635 + "nixpkgs": [ 636 + "devenv", 637 + "nixpkgs" 638 + ], 639 + "treefmt-nix": "treefmt-nix" 640 + }, 641 + "locked": { 642 + "lastModified": 1773634079, 643 + "narHash": "sha256-49qb4QNMv77VOeEux+sMd0uBhPvvHgVc0r938Bulvbo=", 644 + "owner": "nix-community", 645 + "repo": "nixd", 646 + "rev": "8ecf93d4d93745e05ea53534e8b94f5e9506e6bd", 647 + "type": "github" 648 + }, 649 + "original": { 650 + "owner": "nix-community", 651 + "repo": "nixd", 652 + "type": "github" 653 + } 654 + }, 201 655 "nixpkgs": { 202 656 "locked": { 203 - "lastModified": 1758532697, 204 - "narHash": "sha256-bhop0bR3u7DCw9/PtLCwr7GwEWDlBSxHp+eVQhCW9t4=", 205 - "owner": "cachix", 206 - "repo": "devenv-nixpkgs", 207 - "rev": "207a4cb0e1253c7658c6736becc6eb9cace1f25f", 657 + "lastModified": 1765186076, 658 + "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=", 659 + "owner": "NixOS", 660 + "repo": "nixpkgs", 661 + "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8", 208 662 "type": "github" 209 663 }, 210 664 "original": { 211 - "owner": "cachix", 212 - "ref": "rolling", 213 - "repo": "devenv-nixpkgs", 665 + "owner": "NixOS", 666 + "ref": "nixos-unstable", 667 + "repo": "nixpkgs", 214 668 "type": "github" 215 669 } 216 670 }, 217 671 "nixpkgs-lib": { 218 672 "locked": { 219 - "lastModified": 1754788789, 220 - "narHash": "sha256-x2rJ+Ovzq0sCMpgfgGaaqgBSwY+LST+WbZ6TytnT9Rk=", 673 + "lastModified": 1772328832, 674 + "narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=", 221 675 "owner": "nix-community", 222 676 "repo": "nixpkgs.lib", 223 - "rev": "a73b9c743612e4244d865a2fdee11865283c04e6", 677 + "rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742", 224 678 "type": "github" 225 679 }, 226 680 "original": { ··· 229 683 "type": "github" 230 684 } 231 685 }, 686 + "nixpkgs-src": { 687 + "flake": false, 688 + "locked": { 689 + "lastModified": 1773597492, 690 + "narHash": "sha256-hQ284SkIeNaeyud+LS0WVLX+WL2rxcVZLFEaK0e03zg=", 691 + "owner": "NixOS", 692 + "repo": "nixpkgs", 693 + "rev": "a07d4ce6bee67d7c838a8a5796e75dff9caa21ef", 694 + "type": "github" 695 + }, 696 + "original": { 697 + "owner": "NixOS", 698 + "ref": "nixpkgs-unstable", 699 + "repo": "nixpkgs", 700 + "type": "github" 701 + } 702 + }, 232 703 "nixpkgs_2": { 233 704 "locked": { 234 - "lastModified": 1759133924, 235 - "narHash": "sha256-eegjF6fo080481S/ZHyDENjeGG1ZgW2v86O9UZQxLJ8=", 705 + "lastModified": 1765186076, 706 + "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=", 707 + "owner": "NixOS", 708 + "repo": "nixpkgs", 709 + "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8", 710 + "type": "github" 711 + }, 712 + "original": { 713 + "owner": "NixOS", 714 + "ref": "nixos-unstable", 715 + "repo": "nixpkgs", 716 + "type": "github" 717 + } 718 + }, 719 + "nixpkgs_3": { 720 + "locked": { 721 + "lastModified": 1769433173, 722 + "narHash": "sha256-Gf1dFYgD344WZ3q0LPlRoWaNdNQq8kSBDLEWulRQSEs=", 723 + "owner": "NixOS", 724 + "repo": "nixpkgs", 725 + "rev": "13b0f9e6ac78abbbb736c635d87845c4f4bee51b", 726 + "type": "github" 727 + }, 728 + "original": { 729 + "owner": "NixOS", 730 + "ref": "nixpkgs-unstable", 731 + "repo": "nixpkgs", 732 + "type": "github" 733 + } 734 + }, 735 + "nixpkgs_4": { 736 + "inputs": { 737 + "nixpkgs-src": "nixpkgs-src" 738 + }, 739 + "locked": { 740 + "lastModified": 1773704619, 741 + "narHash": "sha256-LKtmit8Sr81z8+N2vpIaN/fyiQJ8f7XJ6tMSKyDVQ9s=", 742 + "owner": "cachix", 743 + "repo": "devenv-nixpkgs", 744 + "rev": "906534d75b0e2fe74a719559dfb1ad3563485f43", 745 + "type": "github" 746 + }, 747 + "original": { 748 + "owner": "cachix", 749 + "ref": "rolling", 750 + "repo": "devenv-nixpkgs", 751 + "type": "github" 752 + } 753 + }, 754 + "nixpkgs_5": { 755 + "locked": { 756 + "lastModified": 1773628058, 757 + "narHash": "sha256-hpXH0z3K9xv0fHaje136KY872VT2T5uwxtezlAskQgY=", 236 758 "owner": "NixOS", 237 759 "repo": "nixpkgs", 238 - "rev": "9547cfd27b5158eb612a6812dfc5c7b3d118b996", 760 + "rev": "f8573b9c935cfaa162dd62cc9e75ae2db86f85df", 239 761 "type": "github" 240 762 }, 241 763 "original": { ··· 245 767 "type": "github" 246 768 } 247 769 }, 770 + "pre-commit-hooks": { 771 + "inputs": { 772 + "flake-compat": [ 773 + "devenv", 774 + "crate2nix", 775 + "crate2nix_stable", 776 + "flake-compat" 777 + ], 778 + "gitignore": "gitignore_3", 779 + "nixpkgs": [ 780 + "devenv", 781 + "crate2nix", 782 + "crate2nix_stable", 783 + "nixpkgs" 784 + ] 785 + }, 786 + "locked": { 787 + "lastModified": 1769069492, 788 + "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=", 789 + "owner": "cachix", 790 + "repo": "pre-commit-hooks.nix", 791 + "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23", 792 + "type": "github" 793 + }, 794 + "original": { 795 + "owner": "cachix", 796 + "repo": "pre-commit-hooks.nix", 797 + "type": "github" 798 + } 799 + }, 800 + "pre-commit-hooks_2": { 801 + "inputs": { 802 + "flake-compat": [ 803 + "devenv", 804 + "crate2nix", 805 + "flake-compat" 806 + ], 807 + "gitignore": "gitignore_4", 808 + "nixpkgs": [ 809 + "devenv", 810 + "crate2nix", 811 + "nixpkgs" 812 + ] 813 + }, 814 + "locked": { 815 + "lastModified": 1769069492, 816 + "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=", 817 + "owner": "cachix", 818 + "repo": "pre-commit-hooks.nix", 819 + "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23", 820 + "type": "github" 821 + }, 822 + "original": { 823 + "owner": "cachix", 824 + "repo": "pre-commit-hooks.nix", 825 + "type": "github" 826 + } 827 + }, 248 828 "root": { 249 829 "inputs": { 250 830 "devenv": "devenv", 251 - "flake-parts": "flake-parts_2", 252 - "nixpkgs": "nixpkgs_2" 831 + "flake-parts": "flake-parts_4", 832 + "nixpkgs": "nixpkgs_5" 833 + } 834 + }, 835 + "rust-overlay": { 836 + "inputs": { 837 + "nixpkgs": [ 838 + "devenv", 839 + "nixpkgs" 840 + ] 841 + }, 842 + "locked": { 843 + "lastModified": 1773630837, 844 + "narHash": "sha256-zJhgAGnbVKeBMJOb9ctZm4BGS/Rnrz+5lfSXTVah4HQ=", 845 + "owner": "oxalica", 846 + "repo": "rust-overlay", 847 + "rev": "f600ea449c7b5bb596fa1cf21c871cc5b9e31316", 848 + "type": "github" 849 + }, 850 + "original": { 851 + "owner": "oxalica", 852 + "repo": "rust-overlay", 853 + "type": "github" 854 + } 855 + }, 856 + "treefmt-nix": { 857 + "inputs": { 858 + "nixpkgs": [ 859 + "devenv", 860 + "nixd", 861 + "nixpkgs" 862 + ] 863 + }, 864 + "locked": { 865 + "lastModified": 1772660329, 866 + "narHash": "sha256-IjU1FxYqm+VDe5qIOxoW+pISBlGvVApRjiw/Y/ttJzY=", 867 + "owner": "numtide", 868 + "repo": "treefmt-nix", 869 + "rev": "3710e0e1218041bbad640352a0440114b1e10428", 870 + "type": "github" 871 + }, 872 + "original": { 873 + "owner": "numtide", 874 + "repo": "treefmt-nix", 875 + "type": "github" 253 876 } 254 877 } 255 878 },
+2 -10
nix/fuk.nix
··· 17 17 18 18 src = ./..; 19 19 20 - cargoHash = "sha256-a8fK+EBNrv/S7tl3b8f+/01naboI4lcHzEEk6I/35M4="; 20 + cargoHash = "sha256-xa7o3Dj+ZqbaNEUWkGFHOHN+T8aI71+yTnVkvzgAGSI="; 21 21 22 22 nativeBuildInputs = [scdoc pkg-config]; 23 23 ··· 25 25 OUT=$out/man cargo xtask 26 26 ''; 27 27 28 - buildInputs = 29 - [openssl] 30 - ++ lib.lists.optionals stdenv.isDarwin (with darwin.apple_sdk; [ 31 - frameworks.Foundation 32 - frameworks.CoreFoundation 33 - frameworks.SystemConfiguration 34 - frameworks.Security 35 - libiconv 36 - ]); 28 + buildInputs = [openssl]; 37 29 38 30 meta = with lib; { 39 31 description = "Simple tool for fetching SSH keys from various sources";