Commit Graph

1144 Commits

Author SHA1 Message Date
Zach Mitchell
97dd88cc02 Merge writing-style and style-guide 2023-07-09 11:03:19 -06:00
Zach Mitchell
66d7fccd2f Remove branch strategy 2023-06-28 09:19:04 -06:00
Zach Mitchell
0e7327fe58 Add style guide 2023-06-28 09:19:01 -06:00
Zach Mitchell
e2bc0dfe64 Add learning journey contribution guidelines 2023-06-28 09:15:21 -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
Yuki Langley
d426269f96
conf.py: Update repository url and branch (#613) 2023-06-24 14:54:09 +02:00
Valentin Gagarin
a07aa86182
update team and maintainer responsibilities (#457)
as prompted by @infinisil and discussed in the team meetings
2023-06-22 12:00:23 +02:00
JillThornhill
567c92a8ab
Update documentation-survey.md (#610)
* Update documentation-survey.md

Summarise https://nixos.org/guides/nix-pills/working-derivation.html
2023-06-22 11:59:54 +02:00
Valentin Gagarin
2ae6b07a97
move more writing style recommendations into the public guide (#607) 2023-06-22 11:18:22 +02:00
JillThornhill
bf577edc76
Remove meaningless link in documentation survey 2023-06-21 09:50:02 +02:00
Valentin Gagarin
9c3e6c54fe
Merge pull request #597 from henrik-ch/nix-direnv
rebase of fzakaria pull request 83
2023-06-20 11:01:07 +02:00
Valentin Gagarin
bf6e855706
Merge pull request #604 from proofconstruction/contributing-documentation 2023-06-19 21:02:43 +02:00
i97henka
813a8ee490 making nix-direnv the default approach 2023-06-19 18:58:10 +01:00
alex
0c933bd9e8 Move writing style to separate page 2023-06-19 11:25:29 -05:00
i97henka
0773b5dc71 rebase of fzakaria pull 83 2023-06-18 10:43:38 +01:00
Brian McGee
d8062f7b6a
Merge pull request #570 from NixOS/dependabot/github_actions/cachix/install-nix-action-21
chore(deps): bump cachix/install-nix-action from 20 to 21
2023-06-16 14:42:13 +01:00
Henrik
73fff52d55
summary: nix pills 10 developing with nix-shell (#592)
* summary nix pills 10 developing with nix-shell

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-14 12:49:52 +02:00
Valentin Gagarin
983ab67907
use "name" instead of "variable" consistently (#588)
strictly speaking, the Nix language does not have variables because what we call "variables" in the mathematical sense are names assigned to values that do not change, but can rather have different possible but fixed values depending on context.

this change is mainly to make use of words consistent with the Nix language tutorial in order to avoid any ambiguity and confusion for beginners, who may wonder why one article says "there are no variables" and the other one liberally uses the term regardless. always using "name" makes unmistakably clear that it's a variable in the mathematical sense.
2023-06-13 21:45:42 +02:00
Henrik
dec93b90a8
nix pills chapter 8 summary (#591)
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-13 07:39:03 +02:00
Henrik
038d2b024d
summary nix pill 4 language basics (#593) 2023-06-13 07:37:08 +02:00
asymmetric
a094ffe818
css: fix code box colors (#595) 2023-06-12 00:08:41 +02:00
JillThornhill
ed7b78f486
Update documentation survey (#589)
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-08 15:00:58 +02:00
Valentin Gagarin
181fdc6ced
refer to Nix manual for identifier syntax (#542)
that information should not be maintained here
2023-06-08 02:19:23 +02:00
Valentin Gagarin
0ca05fd6dc
glossary: add links to manuals and source code (#550) 2023-06-08 02:18:51 +02:00
Henrik
326152a811
note on garbage collection chapter nix pills (#587)
* note on garbage collection chapter nix pills
2023-06-07 11:26:52 +02:00
Yuki Langley
c4c366160e
Add Nix snowflake logo (#585)
* Add Nix snowflake logo to sidebar

* Add Nix snowflake favicon

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-07 10:41:40 +02:00
Yuki Langley
793206a5e6
Fix invalid sitemap (#586) 2023-06-06 10:15:53 +02:00
Yuki Langley
32a1c63ad9
Improve landing page (#584)
Add overview of categories, and the origin of the name Nix
2023-06-05 17:31:49 +02:00
Yuki Langley
6f9bad97b1
Add robots.txt (#583) 2023-06-05 03:02:31 +02:00
Henrik
0711fd0d6f
Summarise nix pills chapter 7 - working derivation. (#582)
* nix pills chapter 7 - working derivation.

---------

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-03 11:55:45 +02:00
asymmetric
a1d1ce5a98
Merge pull request #562 from NixOS/no-sponsors
Remove mention of corporate sponsors
2023-06-01 11:44:25 +02:00
asymmetric
ba16b1f4fc
Update source/acknowledgments/sponsors.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-01 09:42:01 +00:00
Valentin Gagarin
022188349d
concept: what are flakes (#545)
* concept: what are flakes
2023-06-01 10:59:29 +02:00
asymmetric
bfd57a67bb
Merge pull request #576 from NixOS/bump-deps
Bump Sphinx and theme
2023-06-01 10:53:05 +02:00