My Nix Configuration
2
fork

Configure Feed

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

at dde1eb55cfd2f7b39bcd1a22d74c0e529c4e1071 738 lines 19 kB view raw
1{ 2 "nodes": { 3 "agenix": { 4 "inputs": { 5 "darwin": "darwin", 6 "home-manager": [ 7 "home-manager" 8 ], 9 "nixpkgs": [ 10 "nixpkgs" 11 ], 12 "systems": "systems" 13 }, 14 "locked": { 15 "lastModified": 1770165109, 16 "narHash": "sha256-9VnK6Oqai65puVJ4WYtCTvlJeXxMzAp/69HhQuTdl/I=", 17 "owner": "ryantm", 18 "repo": "agenix", 19 "rev": "b027ee29d959fda4b60b57566d64c98a202e0feb", 20 "type": "github" 21 }, 22 "original": { 23 "owner": "ryantm", 24 "repo": "agenix", 25 "type": "github" 26 } 27 }, 28 "bird": { 29 "inputs": { 30 "flake-utils": "flake-utils", 31 "nixpkgs": [ 32 "dn42", 33 "nixpkgs" 34 ] 35 }, 36 "locked": { 37 "lastModified": 1757884119, 38 "narHash": "sha256-RF0Em7PjDRaQ5cBFgc3fL22qgDVbv2HoVW1TDRaaSNo=", 39 "owner": "NuschtOS", 40 "repo": "bird.nix", 41 "rev": "f8d18c2c8eebd477987001a9c0af50a9ca7909e5", 42 "type": "github" 43 }, 44 "original": { 45 "owner": "NuschtOS", 46 "repo": "bird.nix", 47 "type": "github" 48 } 49 }, 50 "buildbot-nix": { 51 "inputs": { 52 "flake-parts": [ 53 "flake-parts" 54 ], 55 "hercules-ci-effects": "hercules-ci-effects", 56 "nixpkgs": [ 57 "nixpkgs" 58 ], 59 "treefmt-nix": [] 60 }, 61 "locked": { 62 "lastModified": 1773623599, 63 "narHash": "sha256-B38Ppi6QzRxyWMAY3TGL/iCzSp6uNPCa6swbPvyWn5k=", 64 "owner": "nix-community", 65 "repo": "buildbot-nix", 66 "rev": "3853a7455dfe28914f7008cffd366112318556e0", 67 "type": "github" 68 }, 69 "original": { 70 "owner": "nix-community", 71 "repo": "buildbot-nix", 72 "type": "github" 73 } 74 }, 75 "ctp": { 76 "inputs": { 77 "nixpkgs": [ 78 "nixpkgs" 79 ] 80 }, 81 "locked": { 82 "lastModified": 1773403535, 83 "narHash": "sha256-47MZaFrHxNO8tVUAmtVnerXUw2WWVluBOiU9MulN/yM=", 84 "owner": "catppuccin", 85 "repo": "nix", 86 "rev": "d45b5665cc638bad1b794350de02f4dd41b0bb47", 87 "type": "github" 88 }, 89 "original": { 90 "owner": "catppuccin", 91 "repo": "nix", 92 "type": "github" 93 } 94 }, 95 "darwin": { 96 "inputs": { 97 "nixpkgs": [ 98 "agenix", 99 "nixpkgs" 100 ] 101 }, 102 "locked": { 103 "lastModified": 1744478979, 104 "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=", 105 "owner": "lnl7", 106 "repo": "nix-darwin", 107 "rev": "43975d782b418ebf4969e9ccba82466728c2851b", 108 "type": "github" 109 }, 110 "original": { 111 "owner": "lnl7", 112 "ref": "master", 113 "repo": "nix-darwin", 114 "type": "github" 115 } 116 }, 117 "dn42": { 118 "inputs": { 119 "bird": "bird", 120 "nixpkgs": [ 121 "nixpkgs" 122 ] 123 }, 124 "locked": { 125 "lastModified": 1764646680, 126 "narHash": "sha256-HEVzGL23bev8CuZXbLgDZRWy+mD/qPZhRBpjag7G/dU=", 127 "owner": "pyrox0", 128 "repo": "dn43.nix", 129 "rev": "c8b68602cf1ef696e6a9f9c25e8c177d4101331b", 130 "type": "github" 131 }, 132 "original": { 133 "owner": "pyrox0", 134 "repo": "dn43.nix", 135 "type": "github" 136 } 137 }, 138 "easy-hosts": { 139 "locked": { 140 "lastModified": 1755470564, 141 "narHash": "sha256-KB1ZryVDoQcbIsItOf4WtxkHhh3ppj+XwMpSnt/2QHc=", 142 "owner": "tgirlcloud", 143 "repo": "easy-hosts", 144 "rev": "d0422bc7b3db26268982aa15d07e60370e76ee1d", 145 "type": "github" 146 }, 147 "original": { 148 "owner": "tgirlcloud", 149 "repo": "easy-hosts", 150 "type": "github" 151 } 152 }, 153 "flake-compat": { 154 "locked": { 155 "lastModified": 1767039857, 156 "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=", 157 "owner": "edolstra", 158 "repo": "flake-compat", 159 "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", 160 "type": "github" 161 }, 162 "original": { 163 "owner": "edolstra", 164 "repo": "flake-compat", 165 "type": "github" 166 } 167 }, 168 "flake-parts": { 169 "inputs": { 170 "nixpkgs-lib": "nixpkgs-lib" 171 }, 172 "locked": { 173 "lastModified": 1772408722, 174 "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", 175 "owner": "hercules-ci", 176 "repo": "flake-parts", 177 "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", 178 "type": "github" 179 }, 180 "original": { 181 "owner": "hercules-ci", 182 "repo": "flake-parts", 183 "type": "github" 184 } 185 }, 186 "flake-utils": { 187 "inputs": { 188 "systems": "systems_2" 189 }, 190 "locked": { 191 "lastModified": 1731533236, 192 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 193 "owner": "numtide", 194 "repo": "flake-utils", 195 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 196 "type": "github" 197 }, 198 "original": { 199 "owner": "numtide", 200 "repo": "flake-utils", 201 "type": "github" 202 } 203 }, 204 "flake-utils_2": { 205 "inputs": { 206 "systems": "systems_3" 207 }, 208 "locked": { 209 "lastModified": 1731533236, 210 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 211 "owner": "numtide", 212 "repo": "flake-utils", 213 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 214 "type": "github" 215 }, 216 "original": { 217 "owner": "numtide", 218 "repo": "flake-utils", 219 "type": "github" 220 } 221 }, 222 "flake-utils_3": { 223 "inputs": { 224 "systems": "systems_6" 225 }, 226 "locked": { 227 "lastModified": 1731533236, 228 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 229 "owner": "numtide", 230 "repo": "flake-utils", 231 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 232 "type": "github" 233 }, 234 "original": { 235 "owner": "numtide", 236 "repo": "flake-utils", 237 "type": "github" 238 } 239 }, 240 "glide": { 241 "inputs": { 242 "home-manager": "home-manager", 243 "nixpkgs": [ 244 "nixpkgs" 245 ] 246 }, 247 "locked": { 248 "lastModified": 1773656868, 249 "narHash": "sha256-IvWd8A3MM2qASf2U5diOoYEc2dCxqR4BOhB5RuOQnZM=", 250 "owner": "glide-browser", 251 "repo": "glide.nix", 252 "rev": "1a3dd001865f6ac5a3562d2cb484388672ad6eaf", 253 "type": "github" 254 }, 255 "original": { 256 "owner": "glide-browser", 257 "repo": "glide.nix", 258 "type": "github" 259 } 260 }, 261 "golink": { 262 "inputs": { 263 "nixpkgs": [ 264 "nixpkgs" 265 ], 266 "systems": "systems_4" 267 }, 268 "locked": { 269 "lastModified": 1773672598, 270 "narHash": "sha256-KGTJbI93PpMr1+IWg/PGKaeYSHXNASOWU7LC9WxVC38=", 271 "owner": "tailscale", 272 "repo": "golink", 273 "rev": "968b7e19bf6515d8593a9d3b0f37f6fe809f4b35", 274 "type": "github" 275 }, 276 "original": { 277 "owner": "tailscale", 278 "repo": "golink", 279 "type": "github" 280 } 281 }, 282 "gomod2nix": { 283 "inputs": { 284 "flake-utils": "flake-utils_3", 285 "nixpkgs": [ 286 "tangled", 287 "nixpkgs" 288 ] 289 }, 290 "locked": { 291 "lastModified": 1763982521, 292 "narHash": "sha256-ur4QIAHwgFc0vXiaxn5No/FuZicxBr2p0gmT54xZkUQ=", 293 "owner": "nix-community", 294 "repo": "gomod2nix", 295 "rev": "02e63a239d6eabd595db56852535992c898eba72", 296 "type": "github" 297 }, 298 "original": { 299 "owner": "nix-community", 300 "repo": "gomod2nix", 301 "type": "github" 302 } 303 }, 304 "hardware": { 305 "locked": { 306 "lastModified": 1773533765, 307 "narHash": "sha256-qonGfS2lzCgCl59Zl63jF6dIRRpvW3AJooBGMaXjHiY=", 308 "owner": "nixos", 309 "repo": "nixos-hardware", 310 "rev": "f8e82243fd601afb9f59ad230958bd073795cbfe", 311 "type": "github" 312 }, 313 "original": { 314 "owner": "nixos", 315 "repo": "nixos-hardware", 316 "type": "github" 317 } 318 }, 319 "hercules-ci-effects": { 320 "inputs": { 321 "flake-parts": [ 322 "buildbot-nix", 323 "flake-parts" 324 ], 325 "nixpkgs": [ 326 "buildbot-nix", 327 "nixpkgs" 328 ] 329 }, 330 "locked": { 331 "lastModified": 1771131391, 332 "narHash": "sha256-HPBNYf7HiKtBVy7/69vKpLYHX6wTcUxndxmybzDlXP8=", 333 "owner": "hercules-ci", 334 "repo": "hercules-ci-effects", 335 "rev": "0b152e0f7c5cc265a529cd63374b80e2771b207b", 336 "type": "github" 337 }, 338 "original": { 339 "owner": "hercules-ci", 340 "repo": "hercules-ci-effects", 341 "type": "github" 342 } 343 }, 344 "home-manager": { 345 "inputs": { 346 "nixpkgs": [ 347 "glide", 348 "nixpkgs" 349 ] 350 }, 351 "locked": { 352 "lastModified": 1770818644, 353 "narHash": "sha256-DYS4jIRpRoKOzJjnR/QqEd/MlT4OZZpt8CrBLv+cjsE=", 354 "owner": "nix-community", 355 "repo": "home-manager", 356 "rev": "0acbd1180697de56724821184ad2c3e6e7202cd7", 357 "type": "github" 358 }, 359 "original": { 360 "owner": "nix-community", 361 "repo": "home-manager", 362 "type": "github" 363 } 364 }, 365 "home-manager_2": { 366 "inputs": { 367 "nixpkgs": [ 368 "nixpkgs" 369 ] 370 }, 371 "locked": { 372 "lastModified": 1773681856, 373 "narHash": "sha256-+bRqxoFCJFO9ZTFhcCkzNXbDT3b8AEk88fyjB7Is6eo=", 374 "owner": "nix-community", 375 "repo": "home-manager", 376 "rev": "57d5560ee92a424fb71fde800acd6ed2c725dfce", 377 "type": "github" 378 }, 379 "original": { 380 "owner": "nix-community", 381 "repo": "home-manager", 382 "type": "github" 383 } 384 }, 385 "indigo": { 386 "flake": false, 387 "locked": { 388 "lastModified": 1753693716, 389 "narHash": "sha256-DMIKnCJRODQXEHUxA+7mLzRALmnZhkkbHlFT2rCQYrE=", 390 "owner": "oppiliappan", 391 "repo": "indigo", 392 "rev": "5f170569da9360f57add450a278d73538092d8ca", 393 "type": "github" 394 }, 395 "original": { 396 "owner": "oppiliappan", 397 "repo": "indigo", 398 "type": "github" 399 } 400 }, 401 "mnw": { 402 "locked": { 403 "lastModified": 1770419553, 404 "narHash": "sha256-b1XqsH7AtVf2dXmq2iyRr2NC1yG7skY7Z6N2MpWHlK4=", 405 "owner": "Gerg-L", 406 "repo": "mnw", 407 "rev": "2aaffa8030d0b262176146adbb6b0e6374ce2957", 408 "type": "github" 409 }, 410 "original": { 411 "owner": "Gerg-L", 412 "repo": "mnw", 413 "type": "github" 414 } 415 }, 416 "my-pkgs": { 417 "inputs": { 418 "nixpkgs": [ 419 "nixpkgs" 420 ] 421 }, 422 "locked": { 423 "lastModified": 1718762298, 424 "narHash": "sha256-HU73BsUdmpYn6SMgs+4Zpj1fPA94H0CAC2pYhIxqUoY=", 425 "ref": "refs/heads/main", 426 "rev": "1aa7198174b166f6f3153a69388cc4f650471750", 427 "revCount": 13, 428 "type": "git", 429 "url": "https://git.pyrox.dev/pyrox/pkgs" 430 }, 431 "original": { 432 "type": "git", 433 "url": "https://git.pyrox.dev/pyrox/pkgs" 434 } 435 }, 436 "ndg": { 437 "inputs": { 438 "nixpkgs": [ 439 "nvf", 440 "nixpkgs" 441 ] 442 }, 443 "locked": { 444 "lastModified": 1768214250, 445 "narHash": "sha256-hnBZDQWUxJV3KbtvyGW5BKLO/fAwydrxm5WHCWMQTbw=", 446 "owner": "feel-co", 447 "repo": "ndg", 448 "rev": "a6bd3c1ce2668d096e4fdaaa03ad7f03ba1fbca8", 449 "type": "github" 450 }, 451 "original": { 452 "owner": "feel-co", 453 "ref": "refs/tags/v2.6.0", 454 "repo": "ndg", 455 "type": "github" 456 } 457 }, 458 "nix-index-database": { 459 "inputs": { 460 "nixpkgs": [ 461 "nixpkgs" 462 ] 463 }, 464 "locked": { 465 "lastModified": 1773552174, 466 "narHash": "sha256-mHSRNrT1rjeYBgkAlj07dW3+1nFEgAd8Gu6lgyfT9DU=", 467 "owner": "Mic92", 468 "repo": "nix-index-database", 469 "rev": "8faeb68130df077450451b6734a221ba0d6cde42", 470 "type": "github" 471 }, 472 "original": { 473 "owner": "Mic92", 474 "repo": "nix-index-database", 475 "type": "github" 476 } 477 }, 478 "nixpkgs": { 479 "locked": { 480 "lastModified": 1773597492, 481 "narHash": "sha256-hfwXTZODckRv5CdezNotB9NgF/6y7j2K0DRoPwMXpFQ=", 482 "rev": "a07d4ce6bee67d7c838a8a5796e75dff9caa21ef", 483 "type": "tarball", 484 "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre963717.a07d4ce6bee6/nixexprs.tar.xz" 485 }, 486 "original": { 487 "type": "tarball", 488 "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" 489 } 490 }, 491 "nixpkgs-lib": { 492 "locked": { 493 "lastModified": 1772328832, 494 "narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=", 495 "owner": "nix-community", 496 "repo": "nixpkgs.lib", 497 "rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742", 498 "type": "github" 499 }, 500 "original": { 501 "owner": "nix-community", 502 "repo": "nixpkgs.lib", 503 "type": "github" 504 } 505 }, 506 "nvf": { 507 "inputs": { 508 "flake-compat": [ 509 "flake-compat" 510 ], 511 "flake-parts": [ 512 "flake-parts" 513 ], 514 "mnw": "mnw", 515 "ndg": "ndg", 516 "nixpkgs": [ 517 "nixpkgs" 518 ], 519 "systems": "systems_5" 520 }, 521 "locked": { 522 "lastModified": 1773579076, 523 "narHash": "sha256-GRuK5zh0Z68YXIoTpHQW2CFdpZRhGJRxpYh4vPOqjt4=", 524 "owner": "notashelf", 525 "repo": "nvf", 526 "rev": "baf207654ca613173e9d4b5255dba52f8c0c5577", 527 "type": "github" 528 }, 529 "original": { 530 "owner": "notashelf", 531 "repo": "nvf", 532 "type": "github" 533 } 534 }, 535 "quickshell": { 536 "inputs": { 537 "nixpkgs": [ 538 "nixpkgs" 539 ] 540 }, 541 "locked": { 542 "lastModified": 1773648506, 543 "narHash": "sha256-uVdqQIOzmMcHy1bUyF5NdZ3T5f1/5OVSNx3nIoXV6Os=", 544 "owner": "quickshell-mirror", 545 "repo": "quickshell", 546 "rev": "6705e2da778d216e81dbdc3764a3f50e89bfd87d", 547 "type": "github" 548 }, 549 "original": { 550 "owner": "quickshell-mirror", 551 "repo": "quickshell", 552 "type": "github" 553 } 554 }, 555 "root": { 556 "inputs": { 557 "agenix": "agenix", 558 "buildbot-nix": "buildbot-nix", 559 "ctp": "ctp", 560 "dn42": "dn42", 561 "easy-hosts": "easy-hosts", 562 "flake-compat": "flake-compat", 563 "flake-parts": "flake-parts", 564 "flake-utils": "flake-utils_2", 565 "glide": "glide", 566 "golink": "golink", 567 "hardware": "hardware", 568 "home-manager": "home-manager_2", 569 "my-pkgs": "my-pkgs", 570 "nix-index-database": "nix-index-database", 571 "nixpkgs": "nixpkgs", 572 "nvf": "nvf", 573 "quickshell": "quickshell", 574 "tangled": "tangled", 575 "treefmt-nix": "treefmt-nix" 576 } 577 }, 578 "sqlite-lib-src": { 579 "flake": false, 580 "locked": { 581 "lastModified": 1706631843, 582 "narHash": "sha256-bJoMjirsBjm2Qk9KPiy3yV3+8b/POlYe76/FQbciHro=", 583 "type": "tarball", 584 "url": "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip" 585 }, 586 "original": { 587 "type": "tarball", 588 "url": "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip" 589 } 590 }, 591 "systems": { 592 "locked": { 593 "lastModified": 1681028828, 594 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 595 "owner": "nix-systems", 596 "repo": "default", 597 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 598 "type": "github" 599 }, 600 "original": { 601 "owner": "nix-systems", 602 "repo": "default", 603 "type": "github" 604 } 605 }, 606 "systems_2": { 607 "locked": { 608 "lastModified": 1681028828, 609 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 610 "owner": "nix-systems", 611 "repo": "default", 612 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 613 "type": "github" 614 }, 615 "original": { 616 "owner": "nix-systems", 617 "repo": "default", 618 "type": "github" 619 } 620 }, 621 "systems_3": { 622 "locked": { 623 "lastModified": 1681028828, 624 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 625 "owner": "nix-systems", 626 "repo": "default", 627 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 628 "type": "github" 629 }, 630 "original": { 631 "owner": "nix-systems", 632 "repo": "default", 633 "type": "github" 634 } 635 }, 636 "systems_4": { 637 "locked": { 638 "lastModified": 1681028828, 639 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 640 "owner": "nix-systems", 641 "repo": "default", 642 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 643 "type": "github" 644 }, 645 "original": { 646 "owner": "nix-systems", 647 "repo": "default", 648 "type": "github" 649 } 650 }, 651 "systems_5": { 652 "locked": { 653 "lastModified": 1681028828, 654 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 655 "owner": "nix-systems", 656 "repo": "default", 657 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 658 "type": "github" 659 }, 660 "original": { 661 "owner": "nix-systems", 662 "repo": "default", 663 "type": "github" 664 } 665 }, 666 "systems_6": { 667 "locked": { 668 "lastModified": 1681028828, 669 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 670 "owner": "nix-systems", 671 "repo": "default", 672 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 673 "type": "github" 674 }, 675 "original": { 676 "owner": "nix-systems", 677 "repo": "default", 678 "type": "github" 679 } 680 }, 681 "tangled": { 682 "inputs": { 683 "actor-typeahead-src": [], 684 "fenix": [], 685 "flake-compat": [ 686 "flake-compat" 687 ], 688 "gomod2nix": "gomod2nix", 689 "htmx-src": [], 690 "htmx-ws-src": [], 691 "ibm-plex-mono-src": [], 692 "indigo": "indigo", 693 "inter-fonts-src": [], 694 "lucide-src": [], 695 "mermaid-src": [], 696 "nixpkgs": [ 697 "nixpkgs" 698 ], 699 "sqlite-lib-src": "sqlite-lib-src" 700 }, 701 "locked": { 702 "lastModified": 1773673317, 703 "narHash": "sha256-zrC3qv4ZpnnDplzdM+cpE5YjGHnTzZ0G+oGxz7O40Mc=", 704 "ref": "refs/heads/master", 705 "rev": "c516e3533b269a82e818dd67bb398701ca245976", 706 "revCount": 2067, 707 "type": "git", 708 "url": "https://tangled.org/tangled.org/core" 709 }, 710 "original": { 711 "type": "git", 712 "url": "https://tangled.org/tangled.org/core" 713 } 714 }, 715 "treefmt-nix": { 716 "inputs": { 717 "nixpkgs": [ 718 "nixpkgs" 719 ] 720 }, 721 "locked": { 722 "lastModified": 1773297127, 723 "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", 724 "owner": "numtide", 725 "repo": "treefmt-nix", 726 "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", 727 "type": "github" 728 }, 729 "original": { 730 "owner": "numtide", 731 "repo": "treefmt-nix", 732 "type": "github" 733 } 734 } 735 }, 736 "root": "root", 737 "version": 7 738}