• Shareni@programming.dev
    link
    fedilink
    arrow-up
    63
    arrow-down
    2
    ·
    edit-2
    2 months ago

    Dude still hasn’t decided where to host the repo. It’s not an alternative, guix is…

    • starman@programming.dev
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      2 months ago

      Aux is more similar to Nix, than Guix is.

      Guix uses the same concepts, but still is very different.

    • toastal@lemmy.ml
      link
      fedilink
      arrow-up
      7
      arrow-down
      2
      ·
      2 months ago

      Hopefully it is delay due to setting up self-hosted options. I would support it if I didn’t have to use Microsoft GitHub—Nixpkgs is the reason my account hasn’t been deactivated.

        • toastal@lemmy.ml
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          edit-2
          2 months ago

          These aren’t well established where you can see the post was created in ’18. If they were established, you would seem them in the raw CONTRIBUTING.md. You can see folks having issues with using Discourse as a mailing list since it doesn’t quite work as expected & still requires review by someone with merge access to the primary repository. There is a SourceHut one that actually has some activity & I believe was once listed under the one of the contributing guides, but I can’t remember where it was listed. I doubt many maintainers are properly checking their email too despite listing them on the maintainer.nix file. I would hedge to say that unless the community migrates away, you would see folks complaining the tread above about disliking that there is no pull requests with instead push to the default branch so we would asume all contributions in practices will be expected to be done thru MS GitHub. As it stands going thru the mailing list puts a lot of friction on everyone & wastes time of other maintainers that are expected to then raise a PR on your behalf for review. Say that PR does get opened on your behalf, now you want to follow it since it’s your patch… well too bad since MS GitHub has no way of subscribing to PR threads like it does some aspects of by adding .atom to the end of a URL. As such, if you really want the in-practice option to not be under Microsoft’s domain, you’ll need to remove Microsoft from being the primary forge, relegating it to a mirror or dropping it outright.

      • Shareni@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        It’s not really worth it IMO except for lisp and Emacs packages. The biggest issue for me was that nearly every other package I need was seriously out of date.

  • matcha_addict@lemy.lol
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    2
    ·
    2 months ago

    Not very clear to me that this is any more valuable than OG NixOS.

    This sounds a lot like the forgejo vs gitea fork. I love the forgejo people but I am yet to see a sufficient differentiator.

    • moonpiedumplings@programming.dev
      link
      fedilink
      arrow-up
      35
      ·
      2 months ago

      https://forgejo.org/compare-to-gitea/

      I dunno, some of these are a pretty big deal, in particular:

      Gitea repeatedly makes choices that leave Gitea admins exposed to known vulnerabilities during extended periods of time. For instance Gitea spent resources to undergo a SOC2 security audit for its SaaS offering while critical vulnerabilities demanded a new release. Advance notice of security releases is for customers only.

      Gitea is developed on github, whereas forgejo is developed on and by codeberg, who use it as their main forge (also mentioned on that page). Someone dogfooding gives me more confidence in the software.

    • Mx Phibb@reddthat.com
      link
      fedilink
      arrow-up
      17
      ·
      2 months ago

      I think the reason is because apparently a lot of people are unhappy with a deal Nix inked apparently with a company that does business with the US’ Immigrations and Customs

      • cybersandwich@lemmy.world
        link
        fedilink
        arrow-up
        9
        arrow-down
        13
        ·
        2 months ago

        Wait so people got butthurt that a company made a deal with nix. That company also does business with ICE. And people are mad at Nix?

        What am I missing?

        Also companies and open source entities do business with all manner of government(s) all the time.

        • Mx Phibb@reddthat.com
          link
          fedilink
          arrow-up
          4
          ·
          2 months ago

          Don’t really know, hit something about it elsewhere, but it didn’t say anything more than that, but yeah, that seems to be the gist of things.

    • ZWQbpkzl [none/use name]@hexbear.net
      link
      fedilink
      English
      arrow-up
      12
      ·
      2 months ago

      I like #Nix, I do not like what has happened to it.

      With no explanation of what happened, the conclusion is almost certainly Internal politics.

      It seems like forgejo split from gitea because it looked like gitea was going the route of gitlab. Idk if NixOS is going to commercialize though. Based on recent gossip it sounds like they’re overly adverse to commercialization. IE banning people for having DoD connections. Aux’s talk about special interest groups makes it sound like they’re going embrace that like redhat.

    • micka190@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      They were still pulling in mainline Gitea changes while introducing their own stuff last I checked.

      • matcha_addict@lemy.lol
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        Pulling in mainline gitea changes, I did see. But I didn’t see any notable differences from gitea. Do you know of any?

          • matcha_addict@lemy.lol
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 months ago

            Gitea claims to be working on federation too, which puzzles me that forgejo presents it as a differentiator.

        • micka190@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          edit-2
          2 months ago

          Nothing concrete from what I can tell. Becoming a hard fork is relatively recent though (mid-November of last year, roughly).

          As a side note, I understand why Gitea and Forgejo went for a “copy GitHub Actions” approach to their CI, but man do I wish more self-hosted repo software tried to copy Drone/Woodpecker instead. Iterative containers in the pipeline is such a smoother build experience, and it kind of sucks that Gitness is the only one doing it (that I know of).

        • algernon@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          2 months ago

          There’s plenty, but I do not wish to hijack this thread, so… have a look at the Forgejo 7.0 release notes, the PRs it links to along notable features (and a boatload of bugfixes, many of which aren’t in Gitea). Then compare when (and if) similar features or fixes were implemented in Gitea.

          The major difference (apart from governance, and on a technical level) between Gitea and Forgejo is that Forgejo cherry picks from Gitea weekly (being a hard fork doesn’t mean all ties are severed, it means that development happens independently). Gitea does not cherry pick from Forgejo. They could, the license permits it, and it even permits sublicensing, so it’s not an obstacle for Gitea Cloud or Gitea EE, either. They just don’t.

  • Blizzard@lemmy.zip
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    2
    ·
    2 months ago

    NixOS forked

    Sounds like it broke and you wanted to f-bomb it in the Good Place.

    • Klara@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      I think so. The language (Scheme) is a lot more logical to me, and the higher focus on reproducibility in the main channel compared to Nix (Guix can be bootstrapped from a tiny binary seed) is a draw for me.

  • qaz@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 months ago

    I was just thinking about switching to Nix, but I have no idea what to choose now.

    • d3Xt3r@lemmy.nzM
      link
      fedilink
      arrow-up
      15
      arrow-down
      4
      ·
      edit-2
      2 months ago

      I disagree with @[email protected] (sorry!) - the biggest issue right now is that package maintainers are leaving in droves - at least 15 contributors left a few days ago, a number which has likely increased these past few days - and will continue to increase. I think the only people left will be the ones who support Eelco and the toxic culture brewed by him.

      What this means is that you risk your packages getting out of date, including slow delivery of security updates (which was already an increasing concern, due to the way the Nixpkgs build system worked). Worst case scenario, some (many?) packages may never even get an update.

      So now’s definitely NOT a good time to switch, and in fact I’d also urge existing users to look at other distros, at least temporarily until this whole thing settles down.

      • Shareni@programming.dev
        link
        fedilink
        arrow-up
        10
        arrow-down
        2
        ·
        2 months ago

        I disagree with @[email protected] (sorry!)

        Don’t say sorry for making an actual argument, or are you some Canadian lol?

        at least 15 contributors left a few days ago

        According to this list there are 3470 maintainers. Were those 15 doing so much work to warrant calling it the end of days?

        What this means is that you risk your packages getting out of date, including slow delivery of security updates

        A possible delay for some package updates vs certainly outdated packages in my native Debian. Not really a choice IMO

      • ericjmorey@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I guess it depends on what you’re planning doing with NixOS or Aux. I wouldn’t use it for anything new and critical. I’d figure out a mitigation strategy if I were relying on it for something critical.

        But for experimental purposes, neither option seems like a bad call.

      • CrabAndBroom@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        I’ve been tempted for a while to switch from good old reliable Arch (btw) to NixOS, but now I’m glad I procrastinated and just ran it in a little VM specimen jar instead.

    • Shareni@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      2 months ago

      Just use Nix and see where the drama goes in a year. I’m guessing your configs will be fully compatible or only require minimal changes, if the forks survive that long in the first place.

      I’d suggest learning nix, flakes, and home-manager before going anywhere close to NixOS. This should help you out

    • jeffhykin@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      You should learn the nix lang, flakes, zero to nix, etc and try not to get bogged down in the Nix/Aux stuff. Be prepared to wait for things to settle down on that side.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    5
    ·
    2 months ago

    Ok, but why? Forking generally means you are unhappy with something but no one is saying what.

  • doriancodes@infosec.pub
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    Nice! I’m really looking forward to this. I’ve been playing with nix for a while, but there were some things that prevented me from seriously adopt it (e.g. flakes are still considered experimental, but they are widely used).

  • itslilith@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    This looks good, I’ll switch over as soon as they decided on a hoster. I don’t have too much experience working in open source projects, but I’ll try to contribute what I can