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

1173 commits

Author SHA1 Message Date
Valentin Gagarin b4628cdd04
Remove "reproducible" from glossary (#646)
* Remove "reproducible" from glossary

It is not part of the official terminology the nixos documentation team established in https://github.com/NixOS/nix.dev/pull/263.

It was mixed in https://github.com/NixOS/nix.dev/pull/380 and messed up the official status of the terms. This change fixes that!

It can be added again when we figured out what we mean by it (https://github.com/NixOS/nix.dev/issues/464).

---------

Co-authored-by: davidak <davidak@users.noreply.github.com>
2023-07-13 21:33:29 +02:00
Valentin Gagarin 1fce49476d
Merge pull request #609 from NixOS/language-tutorial-title
Nix language tutorial: restructure introduction
2023-07-13 21:26:57 +02:00
Valentin Gagarin 16ffcd0651 move estimated effort after the prerequisites 2023-07-13 21:23:23 +02:00
Valentin Gagarin db1d3c8404 revert change of title
introducing a negatively connotated word is probably not a good idea.
there is some risk of inducing fear that was not there before, and the
tongue-in-cheek aspect may not come across.

the title should be unique and easy to recognise, and it was. "Reading
the Nix language" is already the title of the talk most of this is based
on, and we shouldn't reuse it
2023-07-13 21:23:23 +02:00
Valentin Gagarin 57741ca766 fix custom admonition 2023-07-13 21:23:23 +02:00
Valentin Gagarin 561ee13ffa don't use mobile wikipedia 2023-07-13 21:23:23 +02:00
Valentin Gagarin fc308c367e clarify details on name assignment
this fills a long-standing gap of not mentioning function arguments as
another form of name assignment
2023-07-13 21:23:23 +02:00
Valentin Gagarin 633a35514c shorten introduction
the allusion to the Elements of Programming[0] never really worked out

[0]: https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/full-text/book/book-Z-H-10.html#%_sec_1.1
2023-07-13 21:23:23 +02:00
Valentin Gagarin 8f4f1936c0 rename the Nix language tutorial
this collapses the "don't panic" section into a motivating introduction and gives
the document a more distinctive name.

this also addresses feedback stating that having "basics" in the title
may be misleading about the effort required to work through the
tutorial.
2023-07-13 21:23:23 +02:00
Zach Mitchell, PhD db956092f3
Merge pull request #622 from zmitchell/sharing-deps-tutorial
Add outline for "sharing deps" tutorial
2023-07-13 09:15:01 -06:00
Zach Mitchell, PhD fe5f8c139b
Add outline for "sharing deps" tutorial (#622)
* Add outline for sharing deps tutorial
2023-07-13 09:13:17 -06:00
Zach Mitchell fd3c715d76 Update with review comments 2023-07-13 09:12:19 -06:00
Zach Mitchell, PhD e125dd426e
Merge pull request #596 from zmitchell/skeleton-workflow
Add learning journey contribution guidelines
2023-07-13 06:58:51 -06:00
Zach Mitchell, PhD 09a38eeb3f
Merge branch 'master' into skeleton-workflow 2023-07-13 06:58:37 -06:00
Zach Mitchell 2592019afc Fix more broken links 2023-07-13 06:57:31 -06:00
Zach Mitchell 614e04fe81 Fix broken link 2023-07-13 06:57:31 -06:00
Zach Mitchell a3d9c019b1 Merge writing-style and style-guide 2023-07-13 06:57:31 -06:00
Zach Mitchell 7d1fcf717e Remove branch strategy 2023-07-13 06:57:31 -06:00
Zach Mitchell 00348edd0c Add style guide 2023-07-13 06:57:31 -06:00
Zach Mitchell 9a6309c492 Add learning journey contribution guidelines 2023-07-13 06:57:31 -06:00
Alexander Groleau d3126bc2d1
Merge pull request #643 from proofconstruction/raspberry-pi
fix boot config, correctly enable wlan firmware, update config link
2023-07-11 16:36:00 -05:00
alex 2b1a05bcc3 fix boot config, correctly enable wlan firmware, update config link 2023-07-11 16:26:53 -05:00
proofconstruction 97112eb558
Update Raspberry Pi Installing NixOS Tutorial (#641) 2023-07-10 23:09:59 +02:00
proofconstruction ae14bc42c5
Merge pull request #638 from proofconstruction/fix-ci
fix broken bob build link
2023-07-09 13:55:36 -05:00
alex 45c9382551 fix broken bob build link 2023-07-09 13:48:05 -05:00
Sander f75de84b60
Add missing redirects (#633) 2023-07-09 19:52:19 +02:00
Domen Kožar 0572f8b7f8
Merge pull request #632 from NixOS/yuki_is_bored/tempfix-linkcheck
Ignore linkcheck on GitHub file viewer/browser
2023-07-07 12:17:23 +01:00
Yuki Langley ca0dc99eb6 Ignore linkcheck on GitHub file viewer/browser
This is done in order to unbreak CI until a proper solution is found.

Related to https://github.com/NixOS/nix.dev/issues/631
2023-07-07 17:47:55 +07:00
Zach Mitchell, PhD 0146d08405
Add my pronouns (#628) 2023-07-06 20:43:38 +01:00
asymmetric a119476444
Change project's self-description (#575)
nix.dev is now official

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-07-04 19:11:43 +02:00
Henrik e390c690e0
Document survey (#624) (#625)
* Update documentation-survey.md

Summarize https://nixos.org/guides/nix-pills/inputs-design-pattern.html

* Update documentation-survey.md

Fix typo

Co-authored-by: JillThornhill <121565493+JillThornhill@users.noreply.github.com>
2023-06-29 20:56:08 +01:00
Zach Mitchell d96bb722e8 Missed a few words 2023-06-27 22:19:20 -06:00
Zach Mitchell ce487905cd Add outline for sharing deps tutorial 2023-06-27 22:16:02 -06:00
Valentin Gagarin 924b25d2ce
Merge pull request #256 from worktheclock/patch-6 2023-06-27 20:33:06 +02:00
alex f8b9cae27b fix reference link 2023-06-27 12:36:54 -05:00
alex 26e61307ad reword parts of direnv section 2023-06-27 11:53:58 -05:00
alex 0ee2bc6371 add motivation & clarification to environment customization section 2023-06-27 11:47:20 -05:00
alex 9448dd1d0e reword some parts of the getting started section. some bikeshedding 2023-06-27 11:42:49 -05:00
alex c899dd4b5c actually explain why declarative environments are useful 2023-06-27 11:39:05 -05:00
alex 1476d08634 add more contextual info to introduction 2023-06-27 11:37:16 -05:00
worktheclock 81617d94cd Declarative reproducible developer environments
RITZA language edit.
2023-06-27 11:13:40 -05:00
Valentin Gagarin 1747249059
Merge pull request #620 from NixOS/document-survey
add documentation survey updates
2023-06-27 12:12:31 +02:00
Valentin Gagarin bdbc3e9361 fix whitespace and add link texts 2023-06-27 12:07:18 +02:00
JillThornhill 831e422043
Documentation survey (#606)
Summarised Nix pills: our first derivation
2023-06-27 11:55:39 +02:00
Aaron Bennett 6d7bee54c5
Fix typo (#619)
Remove trailing backtick.
2023-06-27 00:12:38 +02:00
Valentin Gagarin 09cf170b0a
fix wording 2023-06-26 17:26:31 +02:00
Valentin Gagarin 33820f5751
why are flakes controversial (#546)
* concept: why are flakes controversial
2023-06-26 17:07:31 +02:00
Valentin Gagarin 1eed36a44b
add redirects for changed directory structure (#608) 2023-06-25 17:33:19 +02:00
Yuki Langley 145158825d
Generate 404.html (#617) 2023-06-25 17:23:09 +02:00
Yuki Langley 9aaa97a8b0
Make home page cards clickable (#616) 2023-06-25 14:13:20 +02:00