Picture of Skinner from “The Simpsons” with the linux logo on his face and the word “Pathetic” in the bottom center of the picture.

  • AggressivelyPassive
    link
    fedilink
    114 months ago

    I still don’t completely get their point, TBH.

    And the Nix language seems to be intentionally confusingly close to json.

    • @expr
      link
      64 months ago

      The similarities are superficial at best. The only thing similar is that it uses braces for attribute sets (objects) and square brackets for lists. And I guess quotes for strings.

      But otherwise it’s a full (functional) programming language, with functions, variable bindings, etc.

      Flakes aren’t perfect, but they are really good for ensuring that you have completely reproducible builds since the version used for every dependency is pinned.

    • @Shareni
      link
      44 months ago
      • control the versions of the repo and packages

      • config the official repo (allow unfree packages for example) that doesn’t work unless you’re on nixos

      • add packages from a git repo

      • update package definitions (think apt update)

    • Vuraniute
      link
      fedilink
      1
      edit-2
      4 months ago

      iirc theyre meant to improve reproducibility by using pinned versions of stuff like nixpkgs instead of inheriting from your system which could be a problem if for example someone on 23.11 sends a deriv to someone on 24.05