Conversation

and why she aoify

IT FINALLY BUILT
2
0
1
    # sourcehut.buildsrht is broken, there's a patch applied incorrectly.
    # i don't have the power to fix it i'll let it break for someone else in Uakari stable
    nixpkgs.overlays = [
      (final: prev: {
        sourcehut = prev.sourcehut // listToAttrs (
          map (name: {
            inherit name;
            value = inputs.old.legacyPackages.${prev.stdenv.hostPlatform.system}.sourcehut.${name};
          }) [ "buildsrht" "gitsrht" "metasrht" "python" ]
        );
      })
    ];

i’m so tired

0
0
0
ugh it introduces a new bug cri
0
0
0