I am new to nixOS. I hear github is moving away from git. Will nixOS be able to pull from it still or will we just lose access to every flake on github at once?

  • paulgdp@alien.topB
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 months ago

    I really wonder how fake news like that is created, that doesn’t make any sense.

    • lattephiliac@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I think it’s just a misinterpretation of GitHub’s recent “GitHub was founded on Git, now it’s re-founded on Copilot” press release

    • ourobo-ros@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      What happens if they move away from hub? Will we be left just staring into a blank void?

  • jeffhykin@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    To answer your question; nix can survive just fine without Github. It would be a pain for sure, but thanks to overrides, even if someone doesn’t update their flake, you can effectively update it for them by overriding the fetch tools and having them redirect the calls to github to somewhere else.

  • am_kobold@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    GitHub leaving git? What would they do, force you to use some other version control system of their own invention? It’s just a weird techbro push for “more AI”, their version control stuff is not likely to change much.

  • QCKS1@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Not fake news, just some marketing stuff. As far as the gh command (GitHub CLI), that’s more for GitHub specific things like creating pull requests from the command line rather than GitHub.com. It’s just a wrapper for the GitHub API