this repo has no description
2
fork

Configure Feed

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

update flake lock

+316 -16
+316 -16
flake.lock
··· 143 143 "type": "github" 144 144 } 145 145 }, 146 + "dream2nix": { 147 + "inputs": { 148 + "nixpkgs": [ 149 + "ngipkgs", 150 + "nixpkgs" 151 + ], 152 + "purescript-overlay": "purescript-overlay", 153 + "pyproject-nix": "pyproject-nix" 154 + }, 155 + "locked": { 156 + "lastModified": 1714329124, 157 + "narHash": "sha256-WD0cmUjWc691xABl6Oc8MH7tdCdE9s34GjFgwZWEqLM=", 158 + "owner": "nix-community", 159 + "repo": "dream2nix", 160 + "rev": "9e457e1fbdc5f3224cf6875b42205a71313a722d", 161 + "type": "github" 162 + }, 163 + "original": { 164 + "owner": "nix-community", 165 + "repo": "dream2nix", 166 + "type": "github" 167 + } 168 + }, 146 169 "eww": { 147 170 "inputs": { 148 171 "flake-compat": "flake-compat_2", ··· 202 225 "flake-compat_3": { 203 226 "flake": false, 204 227 "locked": { 228 + "lastModified": 1696426674, 229 + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", 230 + "owner": "edolstra", 231 + "repo": "flake-compat", 232 + "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", 233 + "type": "github" 234 + }, 235 + "original": { 236 + "owner": "edolstra", 237 + "repo": "flake-compat", 238 + "type": "github" 239 + } 240 + }, 241 + "flake-compat_4": { 242 + "flake": false, 243 + "locked": { 205 244 "lastModified": 1641205782, 206 245 "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", 207 246 "owner": "edolstra", ··· 265 304 }, 266 305 "flake-utils_4": { 267 306 "inputs": { 268 - "systems": "systems_3" 307 + "systems": [ 308 + "ngipkgs", 309 + "systems" 310 + ] 311 + }, 312 + "locked": { 313 + "lastModified": 1710146030, 314 + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 315 + "owner": "numtide", 316 + "repo": "flake-utils", 317 + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 318 + "type": "github" 319 + }, 320 + "original": { 321 + "owner": "numtide", 322 + "repo": "flake-utils", 323 + "type": "github" 324 + } 325 + }, 326 + "flake-utils_5": { 327 + "inputs": { 328 + "systems": "systems_4" 269 329 }, 270 330 "locked": { 271 - "lastModified": 1681202837, 272 - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", 331 + "lastModified": 1705309234, 332 + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", 273 333 "owner": "numtide", 274 334 "repo": "flake-utils", 275 - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", 335 + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", 276 336 "type": "github" 277 337 }, 278 338 "original": { ··· 281 341 "type": "github" 282 342 } 283 343 }, 344 + "gitignore": { 345 + "inputs": { 346 + "nixpkgs": [ 347 + "ngipkgs", 348 + "pre-commit-hooks", 349 + "nixpkgs" 350 + ] 351 + }, 352 + "locked": { 353 + "lastModified": 1709087332, 354 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 355 + "owner": "hercules-ci", 356 + "repo": "gitignore.nix", 357 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 358 + "type": "github" 359 + }, 360 + "original": { 361 + "owner": "hercules-ci", 362 + "repo": "gitignore.nix", 363 + "type": "github" 364 + } 365 + }, 284 366 "grasp": { 285 367 "inputs": { 286 368 "flake-utils": "flake-utils_2", ··· 381 463 "type": "github" 382 464 } 383 465 }, 466 + "ngipkgs": { 467 + "inputs": { 468 + "dream2nix": "dream2nix", 469 + "flake-utils": "flake-utils_4", 470 + "nixpkgs": "nixpkgs", 471 + "nixpkgs-stable": "nixpkgs-stable", 472 + "pre-commit-hooks": "pre-commit-hooks", 473 + "rust-overlay": "rust-overlay", 474 + "sops-nix": "sops-nix", 475 + "systems": "systems_3" 476 + }, 477 + "locked": { 478 + "lastModified": 1715912428, 479 + "narHash": "sha256-LjCcGL7hTCu84mJwB9X1oS0tQ/IdBDpd8NvVJxSRrI0=", 480 + "owner": "Chickensoupwithrice", 481 + "repo": "ngipkgs", 482 + "rev": "86b3c17c35f1d23e3c82245ce79ceed262dcba9f", 483 + "type": "github" 484 + }, 485 + "original": { 486 + "owner": "Chickensoupwithrice", 487 + "ref": "aynish/atomic-server-module", 488 + "repo": "ngipkgs", 489 + "type": "github" 490 + } 491 + }, 384 492 "nix-matrix-appservices": { 385 493 "inputs": { 386 494 "devshell": "devshell", 387 - "flake-compat": "flake-compat_3", 495 + "flake-compat": "flake-compat_4", 388 496 "nixlib": "nixlib", 389 - "nixpkgs": "nixpkgs" 497 + "nixpkgs": "nixpkgs_2" 390 498 }, 391 499 "locked": { 392 500 "lastModified": 1683490239, ··· 435 543 }, 436 544 "nixpkgs": { 437 545 "locked": { 546 + "lastModified": 1714245158, 547 + "narHash": "sha256-9P2M0+tf1TE7Z5PwDVwhheuD2mFf6/phPr0Jvl7cxcc=", 548 + "owner": "NixOS", 549 + "repo": "nixpkgs", 550 + "rev": "2b1f64b358f2cab62617f26b3870fd0ee375d848", 551 + "type": "github" 552 + }, 553 + "original": { 554 + "owner": "NixOS", 555 + "ref": "nixpkgs-unstable", 556 + "repo": "nixpkgs", 557 + "type": "github" 558 + } 559 + }, 560 + "nixpkgs-stable": { 561 + "locked": { 562 + "lastModified": 1714272655, 563 + "narHash": "sha256-3/ghIWCve93ngkx5eNPdHIKJP/pMzSr5Wc4rNKE1wOc=", 564 + "owner": "NixOS", 565 + "repo": "nixpkgs", 566 + "rev": "12430e43bd9b81a6b4e79e64f87c624ade701eaf", 567 + "type": "github" 568 + }, 569 + "original": { 570 + "owner": "NixOS", 571 + "ref": "nixos-23.11", 572 + "repo": "nixpkgs", 573 + "type": "github" 574 + } 575 + }, 576 + "nixpkgs_2": { 577 + "locked": { 438 578 "lastModified": 1662099760, 439 579 "narHash": "sha256-MdZLCTJPeHi/9fg6R9fiunyDwP3XHJqDd51zWWz9px0=", 440 580 "owner": "NixOS", ··· 449 589 "type": "github" 450 590 } 451 591 }, 452 - "nixpkgs_2": { 592 + "nixpkgs_3": { 453 593 "locked": { 454 594 "lastModified": 1710420202, 455 595 "narHash": "sha256-MvFKESbq4rUWuaf2RKPNYENaSZEw/jaCLo2gU6oREcM=", ··· 501 641 "url": "ssh://gitea@git.sealight.xyz/aynish/kitaab" 502 642 } 503 643 }, 644 + "pre-commit-hooks": { 645 + "inputs": { 646 + "flake-compat": "flake-compat_3", 647 + "flake-utils": [ 648 + "ngipkgs", 649 + "flake-utils" 650 + ], 651 + "gitignore": "gitignore", 652 + "nixpkgs": [ 653 + "ngipkgs", 654 + "nixpkgs" 655 + ], 656 + "nixpkgs-stable": [ 657 + "ngipkgs", 658 + "nixpkgs-stable" 659 + ] 660 + }, 661 + "locked": { 662 + "lastModified": 1713954846, 663 + "narHash": "sha256-RWFafuSb5nkWGu8dDbW7gVb8FOQOPqmX/9MlxUUDguw=", 664 + "owner": "cachix", 665 + "repo": "pre-commit-hooks.nix", 666 + "rev": "6fb82e44254d6a0ece014ec423cb62d92435336f", 667 + "type": "github" 668 + }, 669 + "original": { 670 + "owner": "cachix", 671 + "repo": "pre-commit-hooks.nix", 672 + "type": "github" 673 + } 674 + }, 675 + "purescript-overlay": { 676 + "inputs": { 677 + "nixpkgs": [ 678 + "ngipkgs", 679 + "dream2nix", 680 + "nixpkgs" 681 + ], 682 + "slimlock": "slimlock" 683 + }, 684 + "locked": { 685 + "lastModified": 1696022621, 686 + "narHash": "sha256-eMjFmsj2G1E0Q5XiibUNgFjTiSz0GxIeSSzzVdoN730=", 687 + "owner": "thomashoneyman", 688 + "repo": "purescript-overlay", 689 + "rev": "047c7933abd6da8aa239904422e22d190ce55ead", 690 + "type": "github" 691 + }, 692 + "original": { 693 + "owner": "thomashoneyman", 694 + "repo": "purescript-overlay", 695 + "type": "github" 696 + } 697 + }, 698 + "pyproject-nix": { 699 + "flake": false, 700 + "locked": { 701 + "lastModified": 1702448246, 702 + "narHash": "sha256-hFg5s/hoJFv7tDpiGvEvXP0UfFvFEDgTdyHIjDVHu1I=", 703 + "owner": "davhau", 704 + "repo": "pyproject.nix", 705 + "rev": "5a06a2697b228c04dd2f35659b4b659ca74f7aeb", 706 + "type": "github" 707 + }, 708 + "original": { 709 + "owner": "davhau", 710 + "ref": "dream2nix", 711 + "repo": "pyproject.nix", 712 + "type": "github" 713 + } 714 + }, 504 715 "root": { 505 716 "inputs": { 506 717 "agenix": "agenix", ··· 512 723 "hardware": "hardware", 513 724 "home-manager": "home-manager_2", 514 725 "llamacpp": "llamacpp", 726 + "ngipkgs": "ngipkgs", 515 727 "nix-matrix-appservices": "nix-matrix-appservices", 516 728 "nixos-hardware": "nixos-hardware", 517 - "nixpkgs": "nixpkgs_2", 729 + "nixpkgs": "nixpkgs_3", 518 730 "nur": "nur", 519 731 "poonam": "poonam", 520 - "rust-overlay": "rust-overlay", 732 + "rust-overlay": "rust-overlay_2", 521 733 "tidalcycles": "tidalcycles", 522 734 "unstable": "unstable", 523 735 "vimwikicli": "vimwikicli" ··· 525 737 }, 526 738 "rust-overlay": { 527 739 "inputs": { 528 - "flake-utils": "flake-utils_4", 740 + "flake-utils": [ 741 + "ngipkgs", 742 + "flake-utils" 743 + ], 529 744 "nixpkgs": [ 745 + "ngipkgs", 530 746 "nixpkgs" 531 747 ] 532 748 }, 533 749 "locked": { 534 - "lastModified": 1691201768, 535 - "narHash": "sha256-h+QJMpawZoK1+8efF6UjQoY1EHZfHteXVa5OYnlqRWA=", 750 + "lastModified": 1714270637, 751 + "narHash": "sha256-sq/0YEupY9yoRpg9ft8r2sjoRo84MQipionTuk4w1YI=", 536 752 "owner": "oxalica", 537 753 "repo": "rust-overlay", 538 - "rev": "18ee2a71de24273e4ad4503b5604532f0b53f382", 754 + "rev": "44f8738f4b9805f7c60118c48f85da835839311a", 539 755 "type": "github" 540 756 }, 541 757 "original": { ··· 544 760 "type": "github" 545 761 } 546 762 }, 763 + "rust-overlay_2": { 764 + "inputs": { 765 + "flake-utils": "flake-utils_5", 766 + "nixpkgs": [ 767 + "nixpkgs" 768 + ] 769 + }, 770 + "locked": { 771 + "lastModified": 1715912155, 772 + "narHash": "sha256-UXHk4dKvvm5mSuDDON3lXU5CHKiTRnIjA5mUtDOtKEU=", 773 + "owner": "oxalica", 774 + "repo": "rust-overlay", 775 + "rev": "d3a96b08a7280a5753246129b462eed3662815d5", 776 + "type": "github" 777 + }, 778 + "original": { 779 + "owner": "oxalica", 780 + "repo": "rust-overlay", 781 + "type": "github" 782 + } 783 + }, 784 + "slimlock": { 785 + "inputs": { 786 + "nixpkgs": [ 787 + "ngipkgs", 788 + "dream2nix", 789 + "purescript-overlay", 790 + "nixpkgs" 791 + ] 792 + }, 793 + "locked": { 794 + "lastModified": 1688610262, 795 + "narHash": "sha256-Wg0ViDotFWGWqKIQzyYCgayeH8s4U1OZcTiWTQYdAp4=", 796 + "owner": "thomashoneyman", 797 + "repo": "slimlock", 798 + "rev": "b5c6cdcaf636ebbebd0a1f32520929394493f1a6", 799 + "type": "github" 800 + }, 801 + "original": { 802 + "owner": "thomashoneyman", 803 + "repo": "slimlock", 804 + "type": "github" 805 + } 806 + }, 807 + "sops-nix": { 808 + "inputs": { 809 + "nixpkgs": [ 810 + "ngipkgs", 811 + "nixpkgs" 812 + ], 813 + "nixpkgs-stable": [ 814 + "ngipkgs", 815 + "nixpkgs-stable" 816 + ] 817 + }, 818 + "locked": { 819 + "lastModified": 1713892811, 820 + "narHash": "sha256-uIGmA2xq41vVFETCF1WW4fFWFT2tqBln+aXnWrvjGRE=", 821 + "owner": "Mic92", 822 + "repo": "sops-nix", 823 + "rev": "f1b0adc27265274e3b0c9b872a8f476a098679bd", 824 + "type": "github" 825 + }, 826 + "original": { 827 + "owner": "Mic92", 828 + "repo": "sops-nix", 829 + "type": "github" 830 + } 831 + }, 547 832 "superdirt-src": { 548 833 "flake": false, 549 834 "locked": { ··· 593 878 }, 594 879 "systems_3": { 595 880 "locked": { 881 + "lastModified": 1689347949, 882 + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", 883 + "owner": "nix-systems", 884 + "repo": "default-linux", 885 + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", 886 + "type": "github" 887 + }, 888 + "original": { 889 + "owner": "nix-systems", 890 + "repo": "default-linux", 891 + "type": "github" 892 + } 893 + }, 894 + "systems_4": { 895 + "locked": { 596 896 "lastModified": 1681028828, 597 897 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 598 898 "owner": "nix-systems", ··· 651 951 }, 652 952 "unstable": { 653 953 "locked": { 654 - "lastModified": 1704194953, 655 - "narHash": "sha256-RtDKd8Mynhe5CFnVT8s0/0yqtWFMM9LmCzXv/YKxnq4=", 954 + "lastModified": 1712163089, 955 + "narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=", 656 956 "owner": "nixos", 657 957 "repo": "nixpkgs", 658 - "rev": "bd645e8668ec6612439a9ee7e71f7eac4099d4f6", 958 + "rev": "fd281bd6b7d3e32ddfa399853946f782553163b5", 659 959 "type": "github" 660 960 }, 661 961 "original": {