1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
Commit graph

552 commits

Author SHA1 Message Date
asymmetric 40a1354419 Update source/contributing/how-to-get-help.md
Co-authored-by: Silvan Mosberger <github@infinisil.com>
2023-04-17 12:10:59 +02:00
Lorenzo Manacorda b517356b57 add section on how to get help 2023-04-17 12:10:57 +02:00
Zach Mitchell, PhD f61492b03f
Update reference list order
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-04-14 20:37:16 -04:00
Zach Mitchell 20f2673d70 Add recipes, reference, and contributing sections 2023-04-13 21:50:10 -04:00
LX fc1cad935a
add details about import (#506)
Add information about the behaviour of `import` if the given path is a directory.

Co-authored-by: Silvan Mosberger <github@infinisil.com>
2023-04-06 23:44:42 +02:00
Zach Mitchell, PhD 00e8606dd7
Fix typos in ad-hoc-developer-environments.md 2023-04-05 22:08:09 -04:00
Valentin Gagarin 89d5f8aa37
Merge pull request #491 from Hamled/patch-1
NIX_PATH includes nixpkgs in cross-compilation.md
2023-04-05 01:26:26 +02:00
Valentin Gagarin e5738519fc
Merge pull request #449 from fricklerhandwerk/pinning-fixups
fixups to pinning overview
2023-04-04 10:35:44 +02:00
Valentin Gagarin d433507a62
clarify local expression path 2023-04-04 10:29:59 +02:00
Niklas Mohrin ac72c7256b
Add missing trailing newline in multi-line string example 2023-03-30 22:35:40 +02:00
Valentin Gagarin 07de7ee501 remove redundant terms from glossary
we should always link to authoritative definitions of terms when they
exist, instead of doing double book keeping here.

"attribute name" should be uniquely defined in the Nix reference manual.

"package name" should be uniquely defined in the Nixpkgs manual.
2023-03-30 09:58:16 +02:00
Yuki Langley 25247077f4
Merge branch 'master' into information-overload 2023-03-29 14:20:53 +07:00
Charles Ellis 2067612bb3
NIX_PATH includes nixpkgs in cross-compilation.md 2023-03-23 17:47:45 -07:00
wzy 2da2d37082
Add information about installing nix by pacman (#399)
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-03-21 11:24:30 +01:00
Valentin Gagarin 77b5531a9a
rework nix-shell tutorial (#447)
this addresses multiple issues observed in user studies, in order to
make the first steps as smooth as possible.
2023-03-20 21:01:08 +01:00
Valentin Gagarin be5a4c180a
Merge pull request #472 from NixOS/shebang
reword introduction to shebangs
2023-03-17 02:25:36 +01:00
Valentin Gagarin 959af485f9
make section title unambiguous
otherwise it may sound like we're talking about how-to guides here
2023-03-17 01:55:51 +01:00
Valentin Gagarin 076328e189
reword introduction to shebangs
a shebang is not the line, just the character sequence.
also it doesn't matter that much, so we may as well be brief.
2023-03-17 01:14:03 +01:00
Valentin Gagarin 2db9980664
fix heading level 2023-03-17 01:09:44 +01:00
Valentin Gagarin 1209c11eb0
fix wording 2023-03-17 01:07:35 +01:00
Valentin Gagarin 68ca23955d ignore lesswrong.com on linkcheck
their server returns 403 on CI runs even for valid URLs
2023-03-17 00:59:46 +01:00
Valentin Gagarin 22c0bf8523 add a guide on writing tutorials
including references to valuable resources, the authors of which know
much better what they're doing.
2023-03-17 00:59:43 +01:00
olaf 442577eb25
tutorial: nixos configurations on vm (#334)
* tutorial: nixos configurations on vm


Co-authored-by: Benoit de Chezelles <bew@users.noreply.github.com>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Henrik <i97henka@gmail.com>
2023-03-16 18:37:04 +01:00
Valentin Gagarin 18bae0f41c
Merge pull request #446 from fricklerhandwerk/interpreted-scripts-next-steps
add additional links and next steps
2023-03-13 09:57:55 +01:00
Valentin Gagarin a9f1378349
use OpenGroup's spec for env 2023-03-08 22:19:46 +01:00
Valentin Gagarin c21145daa3
fix wording 2023-03-06 23:04:51 +01:00
Valentin Gagarin 0a5fa83a28
introduce the documentation team
since many people arrive here without prior knowledge,
there is no way for them to associate this resource with the official team.
2023-03-06 23:04:01 +01:00
Panashe Fundira f16fd5854c
Quote URLs in nix language tutorial
Called out as an anti-pattern https://nix.dev/anti-patterns/language#unquoted-urls

This change is to make the docs more self-consistent, and promote good habits in the reader.
2023-03-05 08:51:35 -05:00
Valentin Gagarin 35833bd9fe limit depth of tutorials TOC 2023-03-05 02:53:27 +01:00
Domen Kožar 36d3bf7bd7
bump actions to fix a critical bug 2023-03-01 06:03:02 +00:00
Pol Dellaiera 2de1f5bd12
Update nix-language.md (#453) 2023-02-25 00:49:34 +01:00
Valentin Gagarin 724cc43ae1 fix broken link 2023-02-20 15:33:29 +01:00
Henrik Karlsson cc76b7d0cb removing snabb hydra cache
This hydra cache no longer exists.
2023-02-20 08:40:55 +00:00
Henrik fda85e22d0
working on #PR 325 - nix shell and shellbang (#427)
* changing to non-mobile wiki link

* adding link to nix-shell pure option.

* mentioning shebang just under the heading.

* adding bash in the listed included packages.

* corrected link snippet

* address review comments

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-02-16 19:23:23 +01:00
Valentin Gagarin 710a10af81
fixups to the Nix language manual (#448) 2023-02-16 15:48:22 +01:00
Valentin Gagarin 05d79a4203 fixups to pinning overview
remove the NixOS example, as the sample has lots of caveats, such as
having to rebuild NixOS a second time to make it effective.
2023-02-16 06:23:33 +01:00
Valentin Gagarin a6efa591dc add additional links and next steps 2023-02-16 02:36:45 +01:00
Solène Rapenne 91eda534ef
add tutorial for nix-shell in shebang (#325)
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-02-14 18:24:11 +01:00
Maksim Horbul 0db5c1e909 fix: type in the code example 2023-02-12 09:50:47 +01:00
Valentin Gagarin 9241b4f1d6 do not duplicate information on references 2023-02-09 19:47:25 +01:00
Valentin Gagarin afe81027aa refine wording around string interpolation 2023-02-09 19:47:25 +01:00
Gabriella Gonzalez 51d2fa4e9c
Add credit for integration test example (#434) 2023-02-08 01:22:50 +01:00
Valentin Gagarin 069bb6ffb4
bring back IPA pronunciation (#431) 2023-02-07 16:46:29 +01:00
Valentin Gagarin c22b9e139f remove notes and links to verifying Nix installation
Nix releases aren not signed any more:
https://github.com/NixOS/nix/pull/7411

nixos.org does not have the referenced section any more:
https://github.com/NixOS/nixos-homepage/pull/975
2023-02-06 10:30:48 +01:00
Felix Uhl e57b033647 Rename antiquotation to string interpolation
This is in accordance with the official naming, which was
[changed in Release 2.13](https://nixos.org/manual/nix/stable/release-notes/rl-2.13.html).
2023-01-30 15:27:17 +01:00
Domen Kožar ea42f78c36
Merge pull request #422 from doubledup/patch-1
Make install command in documentation compatible with fish shell
2023-01-24 16:40:41 +00:00
Ottmar Deinhart d8b911d12f
show how to exit nix repl (#433) 2023-01-20 22:21:53 +01:00
Jeremy Kolb 76ef73f079
Clarify that name should be set in builtins.path (#430)
* Clarify that name should be set in builtins.path
2023-01-18 19:07:43 +01:00
Julian Stecklina a0dfa01349
Update faq.md
Fix NixOS 22.05+ instructions because they refered to `turstedBinaryCaches` which does not exist anymore.
2023-01-18 12:15:33 +01:00
luukasahola 5a0d95fcd2 Fixed a minor function spelling error (Definitely didn't fix this to claim to be a NixOS contributor) 2023-01-10 12:25:19 +02:00