And why?

  • sudoer777@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    23 hours ago

    I considered using pijul but everything in Nix/Guix is oriented around git as are the plugins for my text editor and CLI, and there aren’t good self-hosted web frontends that I can use to put pijul projects on my linkedin profile or whatever. I want to switch to it but the ecosystem surrounding it needs to actually exist first.

    • xoggy@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      This is actually why I prefer using pijul. I don’t want to commit my secrets to a git repo and nix will refuse to build because I’m pulling in files that aren’t tracked. Simple solution is to not make the flake directory a git repo and it won’t complain. That’s my solution at least. I also prefer using git (and therefore pijul) via cli rather than as a text editor integration so my experience differs.