Reposting because it looks like federation failed.

I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?

  • @[email protected]
    link
    fedilink
    -46 months ago

    I don’t like the idea of configuring pm (or anything else) using a programming language. So I would try nix first if I feel that I need it. However I don’t.

    • Alex
      link
      166 months ago

      nix is a programming language too

      • Atemu
        link
        fedilink
        -26 months ago

        Not quite: It’s an expression language.

        The ultimate output of Nix is one set of data, usually the description of a derivation (~= package). You cannot cause arbitrary side-effects with it like writing to files or making network requests with it.