NixOS / nix.dev

Official documentation for getting things done with Nix.
https://nix.dev
Creative Commons Attribution Share Alike 4.0 International
2.48k stars 249 forks source link

Guides and Recipes overview #908

Open fricklerhandwerk opened 8 months ago

fricklerhandwerk commented 8 months ago

This tracking issue is to keep an overview of guides for most common use cases.

Guides should complement the tutorials, and should be quite short. They can even duplicate important topics to have a condensed form for quick lookup. Related: https://github.com/NixOS/nix.dev/issues/910

A good example is the guide on sharing dependencies with shell.nix. It starts with a very small sample to show the pattern (which requires some proficiency with the Nix language to grasp quickly), and expands on the details below the fold.

nixos-discourse commented 7 months ago

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/2024-02-22-documentation-team-meeting-notes-110/40145/1

malteneuss commented 4 months ago

Would the following topics make sense as well here?

fricklerhandwerk commented 4 months ago

@malteneuss absolutely!

I currently have the distributed build scenario at the top of my mind, recently updated the Nix manual on the topic, and would gladly review contributions.

Updating the cross compilation article with something that actually works would also be great.