nix.dev icon indicating copy to clipboard operation
nix.dev copied to clipboard

Official documentation for getting things done with Nix.

Results 220 nix.dev issues
Sort by recently updated
recently updated
newest added

Links like give you problems: ![image](https://user-images.githubusercontent.com/2396926/180732323-68210992-030d-449f-abae-edbb7340d12e.png)

bug

_(Since discussions are not enabled on this repo, here is an issue, move it appropriately if needed)_ I recently came across this incredible resource on how to build a tech...

For example, to build a Haskell project there are several established ways, which are scattered along the docs, blog posts and so forth. It would be good to have an...

guide

There's a lot of ambiguity and confusion surrounding the terms "package" and "derivation" currently. It would be good to provide a consistent set of terminology in this book. The current...

An undefined variable (`trustedBinaryCaches`) is used in the "How do I add a new binary cache?" section. https://github.com/NixOS/nix.dev/blob/41faf1b5b4e4b706069359d5cdb8bf4ef036cf30/source/faq.md?plain=1#L16 What's the intent there? Should it be `trusted-substituters` instead? Even then, that's...

bug
site
faq

In https://github.com/nix-dot-dev/nix.dev/pull/248 I introduced a way to export code samples into files, and then test them. This commit adds an additional improvement on top of that: to test shell session...

based on Nix documentation team [discussion on 2022-07-07][notes] [notes]: https://discourse.nixos.org/t/2022-07-07-documentation-team-meeting-notes-4/20198

In https://nix.dev/tutorials/ad-hoc-developer-environments.html#towards-reproducibility , nixpkgs is explictly set to an archive link. It would be nice if it was described how to get this link -- even better if nix had...