• @iopq
    link
    1116 months ago

    Joke’s on you, I don’t understand Nix and I’m a NixOS package maintainer

    • @ikidd
      link
      English
      646 months ago

      I’m guessing you’re responsible for the documentation, as well.

      • @zorro
        link
        English
        326 months ago

        Gottem lol

      • @iopq
        link
        266 months ago

        Kind of, but since I don’t know what I’m doing I mostly just delete some of it when it’s not working

      • @[email protected]
        link
        fedilink
        English
        316 months ago

        Randomly switch between buildInputs, nativeBuildInputs, depsBuildBuild, depsBuildTarget, depsHostHost, and depsTargetTarget until it builds.

        Good luck building anything electron. Copy-paste some existing build recipe and replace the source. If it doesn’t work, make a post on the forums saying it doesn’t work and let somebody else figure it out, then create a PR 🫰 ezpz

        Anti Commercial-AI license

      • @iopq
        link
        17
        edit-2
        6 months ago
        while code_is_working != true {
            response = post(matrix_channel, [code, error_code]);
            [code_is_working, error_code] = run(response);
        }
        
      • bruhduh
        link
        116 months ago

        The secret is attitude, “fuck it we ball” attitude and method of “fuck around and find out” works just fine

    • S. G. Tallentyre
      link
      fedilink
      16 months ago

      Lol…

      I mean, fair enough; also, your use case is entirely unlike that of someone who just uses NixOS normally, I would imagine. It’s really not like using NixOS requires a deep understanding of the language itself, or at least that’s never been my experience with it, and I’ve been daily driving it for well over a year at this point. As long as I know enough to keep maintaining the same /etc/nixos/configuration.nix I have now indefinitely, that’s as deep of an “understanding” of the language as I will ever need, personally. I’m well aware that there are a lot of things I could be doing if I knew how to, and frankly, I’ll probably never learn how to do those things because I’ll probably never have to. NixOS is by far the single easiest distro I’ve ever used, if only because everything’s always reproducible and because nothing ever breaks.

      • @iopq
        link
        46 months ago

        No, it’s just I need niche proxy software so I maintain one package. The other package is bugged (wrong paths on nix), so I maintain a fork and a NUR package

        It’s not by choice!