aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-12-03Merge pull request #5715 from Infinisil/groupBy-primopEelco Dolstra
Introduce `builtins.groupBy` primop
2021-12-02Fix docker commandDavid Purdum
`docker -ti run nixos` does not run on docker version 20.10.7 (my machine). This fixes it to read `docker run -ti nixos`.
2021-12-02Introduce builtins.groupBy primopSilvan Mosberger
This function is very useful in nixpkgs, but its implementation in Nix itself is rather slow due to it requiring a lot of attribute set and list appends.
2021-11-30Update doc/manual/src/glossary.mdEli Flanagan
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2021-11-30docs: document set theory symbolsEli Flanagan
These symbols confused me so I wanted to gloss them to help future users. You can see the context here: https://discourse.nixos.org/t/flakes-what-does-mean-big-bundle-of-questions
2021-11-30Merge remote-tracking branch 'origin/build-with-clang'Eelco Dolstra
2021-11-29Merge pull request #5678 from t184256/document-libsodiumEelco Dolstra
Document libsodium, which is now mandatory, as a dependency.
2021-11-29Merge pull request #5679 from t184256/optional-libcpuidEelco Dolstra
Document libcpuid dependency and make it optional
2021-11-28Make libcpuid dependency optional with --disable-cpuidAlexander Sosedkin
2021-11-28Document libcpuid dependencyAlexander Sosedkin
2021-11-27Document libsodium, which is now mandatory, as a dependencyAlexander Sosedkin
2021-11-26reproducibility: determinstic man page output for coresTom Bereknyei
2021-11-26Documentation: alternative `stdenv` for hackingPamplemousse
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-11-25Update namesEelco Dolstra
2021-11-24Make lists be comparableSilvan Mosberger
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable
2021-11-18doc: Fix escape for operator "logical or"Lorenz Leutgeb
See https://matrix.to/#/!KqkRjyTEzAGRiZFBYT:nixos.org/$hhMb6AdRIXfRkv_LsNsiQJuch7AQ_b6szr4tfawFy-4
2021-11-18Merge pull request #5585 from jtojnar/env-aEelco Dolstra
doc: De-emphasize nix-env without -A
2021-11-17doc: De-emphasize nix-env without -AJan Tojnar
The manual uses `nix-env -i` without `-A` prominently, teaching a bad practice to newcomers.
2021-11-17Fix XDG_CONFIG_DIRS fallbackJan Tojnar
According to XDG Base Directory Specification, it should fall back to /etc/xdg when the env var is not present.
2021-11-16Merge branch 'add-docker-image-to-hydra-jobs' of https://github.com/garbas/nixEelco Dolstra
2021-11-13fix many doc typosKevin Amado
2021-11-11Documenting how to use/build Nix' Docker imageRok Garbas
2021-11-08Fix some typos in CLI guideline.Théo Zimmermann
2021-11-04docs: Correct fallback user config pathJan Tojnar
This is in line with XDG Base Directory Specification, where ~/.config is supposed to be used when XDG_CONFIG_HOME is unset. It also better matches the reality, where ~/.config/nix.conf does not seem to be used.
2021-11-03Fix typosDimitris Apostolou
2021-11-02command-ref/nix-shell: fix --pure, --keepSimon Legner
2021-11-02Remove references to building from the source tarballEelco Dolstra
2021-11-01Fix 2.4 migration examplesEelco Dolstra
2021-10-28Rename rl-2.5.md to rl-next.mdEelco Dolstra
Having a generically named file for release notes for the next release makes things easier for PRs.
2021-10-272.4 release notes: Add some migration notesEelco Dolstra
2021-10-17Merge pull request #5365 from arafangion/masterDomen Kožar
Clarify that not all nix packages will use the default build phases
2021-10-17Clarify that not all nix packages will use the default build phasesJohn Chapman
2021-10-13Update release notesEelco Dolstra
2021-10-13Mention compression-level in the release notesEelco Dolstra
2021-10-09Clarify that not all nix packages will use the default build phasesJohn Chapman
2021-10-07Start 2.5 release notesEelco Dolstra
2021-10-06Revert "docs: add troubleshooting session in remote builds"Eelco Dolstra
This reverts commit 0574c1850a785297b7f28c6f286a23fa3eca14a8.
2021-10-06Merge pull request #5095 from happysalada/update_remote_builds_docsDomen Kožar
docs: add troubleshooting session in remote builds
2021-10-06docs: add troubleshooting session in remote buildshappysalada
2021-10-06Remove links to .md files in help outputEelco Dolstra
Fixes #5337.
2021-10-03Fix typoRafal Gwozdzinski
2021-10-01TypoEelco Dolstra
2021-10-01CommentsEelco Dolstra
2021-10-01TypoEelco Dolstra
Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
2021-09-30Release notesEelco Dolstra
2021-09-22QuietEelco Dolstra
2021-09-13nix --help: Display help using lowdown instead of manEelco Dolstra
Fixes #4476. Fixes #5231.
2021-09-09Manual: Link to 2.4 release notesEelco Dolstra
2021-09-09Manual: Depend on all *.md filesEelco Dolstra
2021-09-01Merge pull request #5066 from Radvendii/masterEelco Dolstra
add antiquotations to paths