I never could get Nix working but maybe someone will

  • infeeeee@lemm.ee
    link
    fedilink
    English
    arrow-up
    33
    arrow-down
    1
    ·
    edit-2
    1 month ago
    what:
      is:
      your:
        - problem
        - with:
          YAML
    # At least you can have comments unlike in json. Who need comments in a config file anyway.
    
    • itslilith@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      11
      ·
      1 month ago

      Nothing too major about how it’s usually used, but the yaml spec does allow arbitrary code execution when parsing a file and relies on the parser to have that feature disabled: https://en.m.wikipedia.org/wiki/YAML#Security

      That’s why for python, yaml.save_load() is a thing. That’s fine for your local config files and may even be a feature for you, but it shouldn’t be used to exchange information between services.

    • Zangoose@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 month ago

      Hey did you know that any JSON file is also a valid YAML file? I bet you’ll love YAML a lot more now that you have this information