this repo has no description
4
fork

Configure Feed

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

stagf

+475 -131
+446 -114
flake.lock
··· 1 1 { 2 2 "nodes": { 3 + "alejandra": { 4 + "inputs": { 5 + "fenix": "fenix", 6 + "flakeCompat": "flakeCompat", 7 + "nixpkgs": [ 8 + "conduit", 9 + "d2n", 10 + "nixpkgs" 11 + ] 12 + }, 13 + "locked": { 14 + "lastModified": 1658427149, 15 + "narHash": "sha256-ToD/1z/q5VHsLMrS2h96vjJoLho59eNRtknOUd19ey8=", 16 + "owner": "kamadorueda", 17 + "repo": "alejandra", 18 + "rev": "f5a22afd2adfb249b4e68e0b33aa1f0fb73fb1be", 19 + "type": "github" 20 + }, 21 + "original": { 22 + "owner": "kamadorueda", 23 + "repo": "alejandra", 24 + "type": "github" 25 + } 26 + }, 3 27 "all-cabal-json": { 4 28 "flake": false, 5 29 "locked": { ··· 17 41 "type": "github" 18 42 } 19 43 }, 44 + "all-cabal-json_2": { 45 + "flake": false, 46 + "locked": { 47 + "lastModified": 1665552503, 48 + "narHash": "sha256-r14RmRSwzv5c+bWKUDaze6pXM7nOsiz1H8nvFHJvufc=", 49 + "owner": "nix-community", 50 + "repo": "all-cabal-json", 51 + "rev": "d7c0434eebffb305071404edcf9d5cd99703878e", 52 + "type": "github" 53 + }, 54 + "original": { 55 + "owner": "nix-community", 56 + "ref": "hackage", 57 + "repo": "all-cabal-json", 58 + "type": "github" 59 + } 60 + }, 20 61 "base16-schemes": { 21 62 "flake": false, 22 63 "locked": { ··· 54 95 "type": "github" 55 96 } 56 97 }, 98 + "blender-bin": { 99 + "inputs": { 100 + "nixpkgs": [ 101 + "nixpkgs" 102 + ] 103 + }, 104 + "locked": { 105 + "dir": "blender", 106 + "lastModified": 1672481321, 107 + "narHash": "sha256-jEsTHCUtRxBgm5aAHg9itT3aBIvYf14LmXc5maX3b88=", 108 + "owner": "edolstra", 109 + "repo": "nix-warez", 110 + "rev": "048fb146cc637729bc7de7807f0fe4849876de23", 111 + "type": "github" 112 + }, 113 + "original": { 114 + "dir": "blender", 115 + "owner": "edolstra", 116 + "repo": "nix-warez", 117 + "type": "github" 118 + } 119 + }, 57 120 "blog": { 58 121 "inputs": { 59 122 "emanote": "emanote", ··· 80 143 "url": "https://git.gaze.systems/dusk/website.git" 81 144 } 82 145 }, 146 + "conduit": { 147 + "inputs": { 148 + "d2n": "d2n", 149 + "nixpkgs": [ 150 + "nixpkgs" 151 + ], 152 + "parts": "parts", 153 + "rust-overlay": "rust-overlay_2" 154 + }, 155 + "locked": { 156 + "lastModified": 1676755131, 157 + "narHash": "sha256-7NStYx97MUE0lgKefaSKLGxnIBP4cZD714oFM7g+60M=", 158 + "owner": "famedly", 159 + "repo": "conduit", 160 + "rev": "84cfed52317a64627b33d759479a7ace7d58c337", 161 + "type": "gitlab" 162 + }, 163 + "original": { 164 + "owner": "famedly", 165 + "repo": "conduit", 166 + "type": "gitlab" 167 + } 168 + }, 83 169 "crane": { 84 170 "flake": false, 85 171 "locked": { ··· 112 198 "type": "github" 113 199 } 114 200 }, 201 + "crane_3": { 202 + "flake": false, 203 + "locked": { 204 + "lastModified": 1670900067, 205 + "narHash": "sha256-VXVa+KBfukhmWizaiGiHRVX/fuk66P8dgSFfkVN4/MY=", 206 + "owner": "ipetkov", 207 + "repo": "crane", 208 + "rev": "59b31b41a589c0a65e4a1f86b0e5eac68081468b", 209 + "type": "github" 210 + }, 211 + "original": { 212 + "owner": "ipetkov", 213 + "repo": "crane", 214 + "type": "github" 215 + } 216 + }, 217 + "d2n": { 218 + "inputs": { 219 + "alejandra": "alejandra", 220 + "all-cabal-json": "all-cabal-json_2", 221 + "crane": "crane_2", 222 + "devshell": "devshell_2", 223 + "flake-parts": "flake-parts_2", 224 + "flake-utils-pre-commit": "flake-utils-pre-commit", 225 + "ghc-utils": "ghc-utils_2", 226 + "gomod2nix": "gomod2nix", 227 + "mach-nix": "mach-nix", 228 + "nix-pypi-fetcher": "nix-pypi-fetcher", 229 + "nixpkgs": [ 230 + "conduit", 231 + "nixpkgs" 232 + ], 233 + "poetry2nix": "poetry2nix", 234 + "pre-commit-hooks": "pre-commit-hooks" 235 + }, 236 + "locked": { 237 + "lastModified": 1674848374, 238 + "narHash": "sha256-1+xlsmUWzpptK8mLjznwqOLogeicLkxB8tV6XUZbobc=", 239 + "owner": "nix-community", 240 + "repo": "dream2nix", 241 + "rev": "d91e7381fa303be02f70e472207e05b26ce35b41", 242 + "type": "github" 243 + }, 244 + "original": { 245 + "owner": "nix-community", 246 + "repo": "dream2nix", 247 + "type": "github" 248 + } 249 + }, 115 250 "devshell": { 116 251 "flake": false, 117 252 "locked": { ··· 131 266 "devshell_2": { 132 267 "flake": false, 133 268 "locked": { 269 + "lastModified": 1663445644, 270 + "narHash": "sha256-+xVlcK60x7VY1vRJbNUEAHi17ZuoQxAIH4S4iUFUGBA=", 271 + "owner": "numtide", 272 + "repo": "devshell", 273 + "rev": "e3dc3e21594fe07bdb24bdf1c8657acaa4cb8f66", 274 + "type": "github" 275 + }, 276 + "original": { 277 + "owner": "numtide", 278 + "repo": "devshell", 279 + "type": "github" 280 + } 281 + }, 282 + "devshell_3": { 283 + "flake": false, 284 + "locked": { 134 285 "lastModified": 1667210711, 135 286 "narHash": "sha256-IoErjXZAkzYWHEpQqwu/DeRNJGFdR7X2OGbkhMqMrpw=", 136 287 "owner": "numtide", ··· 214 365 "helix", 215 366 "nci" 216 367 ], 217 - "crane": "crane_2", 368 + "crane": "crane_3", 218 369 "devshell": [ 219 370 "helix", 220 371 "nci", 221 372 "devshell" 222 373 ], 223 - "flake-parts": "flake-parts_2", 374 + "flake-parts": "flake-parts_3", 224 375 "flake-utils-pre-commit": [ 225 376 "helix", 226 377 "nci" ··· 309 460 "type": "github" 310 461 } 311 462 }, 463 + "fenix": { 464 + "inputs": { 465 + "nixpkgs": [ 466 + "conduit", 467 + "d2n", 468 + "alejandra", 469 + "nixpkgs" 470 + ], 471 + "rust-analyzer-src": "rust-analyzer-src" 472 + }, 473 + "locked": { 474 + "lastModified": 1657607339, 475 + "narHash": "sha256-HaqoAwlbVVZH2n4P3jN2FFPMpVuhxDy1poNOR7kzODc=", 476 + "owner": "nix-community", 477 + "repo": "fenix", 478 + "rev": "b814c83d9e6aa5a28d0cf356ecfdafb2505ad37d", 479 + "type": "github" 480 + }, 481 + "original": { 482 + "owner": "nix-community", 483 + "repo": "fenix", 484 + "type": "github" 485 + } 486 + }, 312 487 "flake-parts": { 313 488 "inputs": { 314 489 "nixpkgs": "nixpkgs" ··· 345 520 "type": "github" 346 521 } 347 522 }, 523 + "flake-parts_3": { 524 + "inputs": { 525 + "nixpkgs-lib": "nixpkgs-lib_3" 526 + }, 527 + "locked": { 528 + "lastModified": 1668450977, 529 + "narHash": "sha256-cfLhMhnvXn6x1vPm+Jow3RiFAUSCw/l1utktCw5rVA4=", 530 + "owner": "hercules-ci", 531 + "repo": "flake-parts", 532 + "rev": "d591857e9d7dd9ddbfba0ea02b43b927c3c0f1fa", 533 + "type": "github" 534 + }, 535 + "original": { 536 + "owner": "hercules-ci", 537 + "repo": "flake-parts", 538 + "type": "github" 539 + } 540 + }, 348 541 "flake-utils": { 349 542 "locked": { 350 543 "lastModified": 1659877975, ··· 360 553 "type": "github" 361 554 } 362 555 }, 556 + "flake-utils-pre-commit": { 557 + "locked": { 558 + "lastModified": 1644229661, 559 + "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", 560 + "owner": "numtide", 561 + "repo": "flake-utils", 562 + "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", 563 + "type": "github" 564 + }, 565 + "original": { 566 + "owner": "numtide", 567 + "repo": "flake-utils", 568 + "type": "github" 569 + } 570 + }, 363 571 "flake-utils_2": { 364 572 "locked": { 573 + "lastModified": 1659877975, 574 + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", 575 + "owner": "numtide", 576 + "repo": "flake-utils", 577 + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", 578 + "type": "github" 579 + }, 580 + "original": { 581 + "owner": "numtide", 582 + "repo": "flake-utils", 583 + "type": "github" 584 + } 585 + }, 586 + "flake-utils_3": { 587 + "locked": { 365 588 "lastModified": 1667395993, 366 589 "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", 367 590 "owner": "numtide", ··· 375 598 "type": "github" 376 599 } 377 600 }, 601 + "flakeCompat": { 602 + "flake": false, 603 + "locked": { 604 + "lastModified": 1650374568, 605 + "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", 606 + "owner": "edolstra", 607 + "repo": "flake-compat", 608 + "rev": "b4a34015c698c7793d592d66adbab377907a2be8", 609 + "type": "github" 610 + }, 611 + "original": { 612 + "owner": "edolstra", 613 + "repo": "flake-compat", 614 + "type": "github" 615 + } 616 + }, 378 617 "ghc-utils": { 379 618 "flake": false, 380 619 "locked": { ··· 391 630 "url": "https://gitlab.haskell.org/bgamari/ghc-utils" 392 631 } 393 632 }, 633 + "ghc-utils_2": { 634 + "flake": false, 635 + "locked": { 636 + "lastModified": 1662774800, 637 + "narHash": "sha256-1Rd2eohGUw/s1tfvkepeYpg8kCEXiIot0RijapUjAkE=", 638 + "ref": "refs/heads/master", 639 + "rev": "bb3a2d3dc52ff0253fb9c2812bd7aa2da03e0fea", 640 + "revCount": 1072, 641 + "type": "git", 642 + "url": "https://gitlab.haskell.org/bgamari/ghc-utils" 643 + }, 644 + "original": { 645 + "type": "git", 646 + "url": "https://gitlab.haskell.org/bgamari/ghc-utils" 647 + } 648 + }, 649 + "gomod2nix": { 650 + "flake": false, 651 + "locked": { 652 + "lastModified": 1627572165, 653 + "narHash": "sha256-MFpwnkvQpauj799b4QTBJQFEddbD02+Ln5k92QyHOSk=", 654 + "owner": "tweag", 655 + "repo": "gomod2nix", 656 + "rev": "67f22dd738d092c6ba88e420350ada0ed4992ae8", 657 + "type": "github" 658 + }, 659 + "original": { 660 + "owner": "tweag", 661 + "repo": "gomod2nix", 662 + "type": "github" 663 + } 664 + }, 394 665 "haskell-flake": { 395 666 "locked": { 396 667 "lastModified": 1661726764, ··· 426 697 "inputs": { 427 698 "nci": "nci_2", 428 699 "nixpkgs": "nixpkgs_3", 429 - "rust-overlay": "rust-overlay_2" 700 + "rust-overlay": "rust-overlay_3" 430 701 }, 431 702 "locked": { 432 703 "lastModified": 1677212844, ··· 464 735 "type": "github" 465 736 } 466 737 }, 467 - "hyprland": { 468 - "inputs": { 469 - "hyprland-protocols": "hyprland-protocols", 470 - "nixpkgs": [ 471 - "nixpkgs" 472 - ], 473 - "wlroots": "wlroots", 474 - "xdph": "xdph" 475 - }, 476 - "locked": { 477 - "lastModified": 1677259491, 478 - "narHash": "sha256-nTIqi2mNJfV5tuQ+52nR3OGymv6tSC8HEQdR5EDHzT8=", 479 - "owner": "hyprwm", 480 - "repo": "Hyprland", 481 - "rev": "1089e858b49975a4b9f6e49d377726ee4f164f96", 482 - "type": "github" 483 - }, 484 - "original": { 485 - "owner": "hyprwm", 486 - "repo": "Hyprland", 487 - "type": "github" 488 - } 489 - }, 490 - "hyprland-contrib": { 491 - "inputs": { 492 - "nixpkgs": [ 493 - "nixpkgs" 494 - ] 495 - }, 496 - "locked": { 497 - "lastModified": 1672071700, 498 - "narHash": "sha256-Z0pbBVtijv4xbL42rPzMoYFSOqALFRYDMN9iOumSEso=", 499 - "owner": "hyprwm", 500 - "repo": "contrib", 501 - "rev": "37c8121f98d76f57caa00dd7106877876e0d7483", 502 - "type": "github" 503 - }, 504 - "original": { 505 - "owner": "hyprwm", 506 - "repo": "contrib", 507 - "type": "github" 508 - } 509 - }, 510 - "hyprland-protocols": { 511 - "inputs": { 512 - "nixpkgs": [ 513 - "hyprland", 514 - "nixpkgs" 515 - ] 516 - }, 738 + "mach-nix": { 739 + "flake": false, 517 740 "locked": { 518 - "lastModified": 1671839510, 519 - "narHash": "sha256-+PY1qqJfmZzzROgcIY4I7AkCwpnC+qBIYk2eFoA9RWc=", 520 - "owner": "hyprwm", 521 - "repo": "hyprland-protocols", 522 - "rev": "b8f55e02a328c47ed373133c52483bbfa20a1b75", 741 + "lastModified": 1634711045, 742 + "narHash": "sha256-m5A2Ty88NChLyFhXucECj6+AuiMZPHXNbw+9Kcs7F6Y=", 743 + "owner": "DavHau", 744 + "repo": "mach-nix", 745 + "rev": "4433f74a97b94b596fa6cd9b9c0402104aceef5d", 523 746 "type": "github" 524 747 }, 525 748 "original": { 526 - "owner": "hyprwm", 527 - "repo": "hyprland-protocols", 528 - "type": "github" 749 + "id": "mach-nix", 750 + "type": "indirect" 529 751 } 530 752 }, 531 753 "nci": { ··· 554 776 }, 555 777 "nci_2": { 556 778 "inputs": { 557 - "devshell": "devshell_2", 779 + "devshell": "devshell_3", 558 780 "dream2nix": "dream2nix_2", 559 781 "nixpkgs": [ 560 782 "helix", ··· 581 803 }, 582 804 "nil": { 583 805 "inputs": { 584 - "flake-utils": "flake-utils_2", 806 + "flake-utils": "flake-utils_3", 585 807 "nixpkgs": [ 586 808 "nixpkgs" 587 809 ], 588 - "rust-overlay": "rust-overlay_3" 810 + "rust-overlay": "rust-overlay_4" 589 811 }, 590 812 "locked": { 591 813 "lastModified": 1676390054, ··· 604 826 "nix-colors": { 605 827 "inputs": { 606 828 "base16-schemes": "base16-schemes", 607 - "nixpkgs-lib": "nixpkgs-lib_2" 829 + "nixpkgs-lib": "nixpkgs-lib_4" 608 830 }, 609 831 "locked": { 610 832 "lastModified": 1672236234, ··· 617 839 "original": { 618 840 "owner": "Misterio77", 619 841 "repo": "nix-colors", 842 + "type": "github" 843 + } 844 + }, 845 + "nix-pypi-fetcher": { 846 + "flake": false, 847 + "locked": { 848 + "lastModified": 1669065297, 849 + "narHash": "sha256-UStjXjNIuIm7SzMOWvuYWIHBkPUKQ8Id63BMJjnIDoA=", 850 + "owner": "DavHau", 851 + "repo": "nix-pypi-fetcher", 852 + "rev": "a9885ac6a091576b5195d547ac743d45a2a615ac", 853 + "type": "github" 854 + }, 855 + "original": { 856 + "owner": "DavHau", 857 + "repo": "nix-pypi-fetcher", 620 858 "type": "github" 621 859 } 622 860 }, ··· 706 944 }, 707 945 "nixpkgs-lib_2": { 708 946 "locked": { 947 + "dir": "lib", 948 + "lastModified": 1672350804, 949 + "narHash": "sha256-jo6zkiCabUBn3ObuKXHGqqORUMH27gYDIFFfLq5P4wg=", 950 + "owner": "NixOS", 951 + "repo": "nixpkgs", 952 + "rev": "677ed08a50931e38382dbef01cba08a8f7eac8f6", 953 + "type": "github" 954 + }, 955 + "original": { 956 + "dir": "lib", 957 + "owner": "NixOS", 958 + "ref": "nixos-unstable", 959 + "repo": "nixpkgs", 960 + "type": "github" 961 + } 962 + }, 963 + "nixpkgs-lib_3": { 964 + "locked": { 965 + "dir": "lib", 966 + "lastModified": 1665349835, 967 + "narHash": "sha256-UK4urM3iN80UXQ7EaOappDzcisYIuEURFRoGQ/yPkug=", 968 + "owner": "NixOS", 969 + "repo": "nixpkgs", 970 + "rev": "34c5293a71ffdb2fe054eb5288adc1882c1eb0b1", 971 + "type": "github" 972 + }, 973 + "original": { 974 + "dir": "lib", 975 + "owner": "NixOS", 976 + "ref": "nixos-unstable", 977 + "repo": "nixpkgs", 978 + "type": "github" 979 + } 980 + }, 981 + "nixpkgs-lib_4": { 982 + "locked": { 709 983 "lastModified": 1655599917, 710 984 "narHash": "sha256-kjZbt5WdTrnjMxL79okg9TCoRUdADG50x/TWozbyTsE=", 711 985 "owner": "nix-community", ··· 753 1027 }, 754 1028 "nixpkgs_3": { 755 1029 "locked": { 756 - "lastModified": 1671359686, 757 - "narHash": "sha256-3MpC6yZo+Xn9cPordGz2/ii6IJpP2n8LE8e/ebUXLrs=", 1030 + "lastModified": 1677063315, 1031 + "narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=", 758 1032 "owner": "nixos", 759 1033 "repo": "nixpkgs", 760 - "rev": "04f574a1c0fde90b51bf68198e2297ca4e7cccf4", 1034 + "rev": "988cc958c57ce4350ec248d2d53087777f9e1949", 761 1035 "type": "github" 762 1036 }, 763 1037 "original": { ··· 798 1072 "type": "github" 799 1073 } 800 1074 }, 1075 + "parts": { 1076 + "inputs": { 1077 + "nixpkgs-lib": "nixpkgs-lib_2" 1078 + }, 1079 + "locked": { 1080 + "lastModified": 1674771137, 1081 + "narHash": "sha256-Zpk1GbEsYrqKmuIZkx+f+8pU0qcCYJoSUwNz1Zk+R00=", 1082 + "owner": "hercules-ci", 1083 + "repo": "flake-parts", 1084 + "rev": "7c7a8bce3dffe71203dcd4276504d1cb49dfe05f", 1085 + "type": "github" 1086 + }, 1087 + "original": { 1088 + "owner": "hercules-ci", 1089 + "repo": "flake-parts", 1090 + "type": "github" 1091 + } 1092 + }, 1093 + "poetry2nix": { 1094 + "flake": false, 1095 + "locked": { 1096 + "lastModified": 1666918719, 1097 + "narHash": "sha256-BkK42fjAku+2WgCOv2/1NrPa754eQPV7gPBmoKQBWlc=", 1098 + "owner": "nix-community", 1099 + "repo": "poetry2nix", 1100 + "rev": "289efb187123656a116b915206e66852f038720e", 1101 + "type": "github" 1102 + }, 1103 + "original": { 1104 + "owner": "nix-community", 1105 + "ref": "1.36.0", 1106 + "repo": "poetry2nix", 1107 + "type": "github" 1108 + } 1109 + }, 1110 + "pre-commit-hooks": { 1111 + "inputs": { 1112 + "flake-utils": [ 1113 + "conduit", 1114 + "d2n", 1115 + "flake-utils-pre-commit" 1116 + ], 1117 + "nixpkgs": [ 1118 + "conduit", 1119 + "d2n", 1120 + "nixpkgs" 1121 + ] 1122 + }, 1123 + "locked": { 1124 + "lastModified": 1646153636, 1125 + "narHash": "sha256-AlWHMzK+xJ1mG267FdT8dCq/HvLCA6jwmx2ZUy5O8tY=", 1126 + "owner": "cachix", 1127 + "repo": "pre-commit-hooks.nix", 1128 + "rev": "b6bc0b21e1617e2b07d8205e7fae7224036dfa4b", 1129 + "type": "github" 1130 + }, 1131 + "original": { 1132 + "owner": "cachix", 1133 + "repo": "pre-commit-hooks.nix", 1134 + "type": "github" 1135 + } 1136 + }, 801 1137 "root": { 802 1138 "inputs": { 803 1139 "bernbot": "bernbot", 1140 + "blender-bin": "blender-bin", 804 1141 "blog": "blog", 1142 + "conduit": "conduit", 805 1143 "helix": "helix", 806 1144 "home": "home", 807 - "hyprland": "hyprland", 808 - "hyprland-contrib": "hyprland-contrib", 809 1145 "nil": "nil", 810 1146 "nix-colors": "nix-colors", 811 1147 "nixinate": "nixinate", ··· 816 1152 "nur": "nur" 817 1153 } 818 1154 }, 1155 + "rust-analyzer-src": { 1156 + "flake": false, 1157 + "locked": { 1158 + "lastModified": 1657557289, 1159 + "narHash": "sha256-PRW+nUwuqNTRAEa83SfX+7g+g8nQ+2MMbasQ9nt6+UM=", 1160 + "owner": "rust-lang", 1161 + "repo": "rust-analyzer", 1162 + "rev": "caf23f29144b371035b864a1017dbc32573ad56d", 1163 + "type": "github" 1164 + }, 1165 + "original": { 1166 + "owner": "rust-lang", 1167 + "ref": "nightly", 1168 + "repo": "rust-analyzer", 1169 + "type": "github" 1170 + } 1171 + }, 819 1172 "rust-overlay": { 820 1173 "flake": false, 821 1174 "locked": { ··· 836 1189 "inputs": { 837 1190 "flake-utils": "flake-utils", 838 1191 "nixpkgs": [ 1192 + "conduit", 1193 + "nixpkgs" 1194 + ] 1195 + }, 1196 + "locked": { 1197 + "lastModified": 1674786480, 1198 + "narHash": "sha256-n25V3Ug/dJewbJaxj1gL0cUMBdOonrVkIQCHd9yHHvw=", 1199 + "owner": "oxalica", 1200 + "repo": "rust-overlay", 1201 + "rev": "296dd673b46aaebe1c8355f1848ceb7c905dda35", 1202 + "type": "github" 1203 + }, 1204 + "original": { 1205 + "owner": "oxalica", 1206 + "repo": "rust-overlay", 1207 + "type": "github" 1208 + } 1209 + }, 1210 + "rust-overlay_3": { 1211 + "inputs": { 1212 + "flake-utils": "flake-utils_2", 1213 + "nixpkgs": [ 839 1214 "helix", 840 1215 "nixpkgs" 841 1216 ] ··· 854 1229 "type": "github" 855 1230 } 856 1231 }, 857 - "rust-overlay_3": { 1232 + "rust-overlay_4": { 858 1233 "inputs": { 859 1234 "flake-utils": [ 860 1235 "nil", ··· 908 1283 "original": { 909 1284 "owner": "numtide", 910 1285 "repo": "flake-utils", 911 - "type": "github" 912 - } 913 - }, 914 - "wlroots": { 915 - "flake": false, 916 - "locked": { 917 - "host": "gitlab.freedesktop.org", 918 - "lastModified": 1675374853, 919 - "narHash": "sha256-BSrjNcddYWhFUMtjGwxiEXw67MYRaIHGvLn19Mvm1NE=", 920 - "owner": "wlroots", 921 - "repo": "wlroots", 922 - "rev": "677a3f2f8847ed2de49dd60868f9d9487a546f58", 923 - "type": "gitlab" 924 - }, 925 - "original": { 926 - "host": "gitlab.freedesktop.org", 927 - "owner": "wlroots", 928 - "repo": "wlroots", 929 - "type": "gitlab" 930 - } 931 - }, 932 - "xdph": { 933 - "inputs": { 934 - "hyprland-protocols": [ 935 - "hyprland", 936 - "hyprland-protocols" 937 - ], 938 - "nixpkgs": [ 939 - "hyprland", 940 - "nixpkgs" 941 - ] 942 - }, 943 - "locked": { 944 - "lastModified": 1673116118, 945 - "narHash": "sha256-eR0yDSkR2XYMesfdRWJs25kAdXET2mbNNHu5t+KUcKA=", 946 - "owner": "hyprwm", 947 - "repo": "xdg-desktop-portal-hyprland", 948 - "rev": "d479c846531fd0e1d2357c9588b8310a2b859ef2", 949 - "type": "github" 950 - }, 951 - "original": { 952 - "owner": "hyprwm", 953 - "repo": "xdg-desktop-portal-hyprland", 954 1286 "type": "github" 955 1287 } 956 1288 }
+10 -5
flake.nix
··· 19 19 20 20 helix.url = "github:helix-editor/helix"; 21 21 22 - hyprland.url = "github:hyprwm/Hyprland"; 23 - hyprland.inputs.nixpkgs.follows = "nixpkgs"; 24 - hyprland-contrib.url = "github:hyprwm/contrib"; 25 - hyprland-contrib.inputs.nixpkgs.follows = "nixpkgs"; 26 - 27 22 blog.url = "git+https://git.gaze.systems/dusk/website.git"; 28 23 blog.inputs.nixpkgs.follows = "nixpkgs"; 29 24 30 25 bernbot.url = "github:yusdacra/bernbot"; 31 26 bernbot.inputs.nixpkgs.follows = "nixpkgs"; 32 27 28 + blender-bin.url = "github:edolstra/nix-warez?dir=blender"; 29 + blender-bin.inputs.nixpkgs.follows = "nixpkgs"; 30 + 31 + conduit.url = "gitlab:famedly/conduit"; 32 + conduit.inputs.nixpkgs.follows = "nixpkgs"; 33 + 33 34 nil.url = "github:oxalica/nil"; 34 35 nil.inputs.nixpkgs.follows = "nixpkgs"; 35 36 36 37 # needed for hyprland setup 38 + # hyprland.url = "github:hyprwm/Hyprland"; 39 + # hyprland.inputs.nixpkgs.follows = "nixpkgs"; 40 + # hyprland-contrib.url = "github:hyprwm/contrib"; 41 + # hyprland-contrib.inputs.nixpkgs.follows = "nixpkgs"; 37 42 # eww.url = "github:elkowar/eww"; 38 43 # eww.inputs.nixpkgs.follows = "nixpkgs"; 39 44
+14
hosts/tkaronto/modules/avahi.nix
··· 1 + { 2 + services.avahi = { 3 + enable = true; 4 + nssmdns = true; 5 + publish = { 6 + enable = true; 7 + workstation = true; 8 + userServices = true; 9 + domain = true; 10 + hinfo = true; 11 + }; 12 + openFirewall = true; 13 + }; 14 + }
+2 -10
hosts/wolumonde/modules/conduit.nix
··· 1 1 { 2 2 config, 3 3 pkgs, 4 + inputs, 4 5 ... 5 6 }: let 6 7 _wellKnownFileClient = pkgs.writeText "client" ( ··· 18 19 in { 19 20 services.matrix-conduit = { 20 21 enable = true; 21 - package = pkgs.matrix-conduit.overrideAttrs (old: rec { 22 - name = "${old.pname}-${version}"; 23 - version = "147f2752"; 24 - src = pkgs.fetchFromGitLab { 25 - owner = "famedly"; 26 - repo = "conduit"; 27 - rev = "147f27521c0d7dbc32d39ec1d8da6cd00008f23c"; 28 - sha256 = "sha256-j469Zh8zyqJNWz7q6gjRu1Khk9y6Xbb52SpxzNjADW8="; 29 - }; 30 - }); 22 + package = inputs.conduit.packages.${pkgs.system}.default; 31 23 settings.global = { 32 24 server_name = "gaze.systems"; 33 25 max_request_size = 1000 * 1000 * 20;
+2 -2
users/modules/sway/default.nix
··· 103 103 output = { 104 104 "*" = { 105 105 bg = "${config.home.homeDirectory}/.config/wallpaper fill"; 106 - adaptive_sync = "on"; 106 + # adaptive_sync = "on"; 107 107 }; 108 108 "eDP-1" = { 109 109 scale = "2"; 110 110 }; 111 111 "HDMI-A-1" = { 112 - mode = "1920x1080@74.973Hz"; 112 + mode = "1920x1080@60.000Hz"; 113 113 }; 114 114 }; 115 115 };
+1
users/patriot/default.nix
··· 208 208 font-awesome 209 209 dejavu_fonts 210 210 # Programs 211 + inputs.blender-bin.packages.x86_64-linux.default 211 212 krita 212 213 gnupg 213 214 imv