mergify[bot]
63c66c04be
Merge pull request #13581 from NixOS/mergify/bp/2.28-maintenance/pr-13213
...
docs: fix duplicate anchor (backport #13213 )
2025-07-31 03:09:47 +00:00
mergify[bot]
84f27a1329
Merge pull request #13645 from NixOS/mergify/bp/2.28-maintenance/pr-13382
...
Update docs (backport #13382 )
2025-07-31 03:09:40 +00:00
mergify[bot]
ec920aea61
Merge pull request #13647 from NixOS/mergify/bp/2.28-maintenance/pr-13393
...
Fix typo: remove an extra word (backport #13393 )
2025-07-31 02:59:32 +00:00
Egor Konovalov
01963be827
Fix link
...
Remove extra `realise`
(cherry picked from commit df21f24987
)
2025-07-30 13:01:37 +00:00
Nikita Krasnov
66a5d4c31b
Update docs
...
(cherry picked from commit 785f3867fd
)
2025-07-30 13:00:35 +00:00
Peder Bergebakken Sundt
1e371c4a49
docs: fix duplicate anchor
...
`#deriving-path-encoding` is defined in two places, I _think_ this is the correct one to change.
(cherry picked from commit 4c50cf798e
)
2025-07-30 11:53:56 +00:00
John Ericson
0560581a48
Document more references concepts
...
(cherry picked from commit b287438476
)
2025-07-30 11:40:09 +00:00
Peder Bergebakken Sundt
a7588b47f2
docs: remove lexical illusions detected with write-good
...
I made this this non-markdown aware tool somewhat behave with some cursed fd+pandoc invocations
(cherry picked from commit ea5302c4a2
)
2025-05-16 15:56:25 +00:00
Jörg Thalheim
8f5172d026
fix various typos in docs
...
(cherry picked from commit a70140b55a
)
2025-05-14 17:26:55 -04:00
Sergei Zimmerman
b4bfe15559
docs: Fix miscellaneous typos and formatting issues
...
(cherry picked from commit 20a724d131
)
2025-05-14 19:10:59 +00:00
Farid Zakaria
12825ab972
Fix minor documentation typos
...
Was reading the store chapter and came across a few small typos
and edits.
(cherry picked from commit 33493b9ead
)
2025-03-31 18:37:17 +00:00
Robert Hensing
8b9d401fe4
manual: Edit
...
(cherry picked from commit 1e00d14c29
)
2025-03-03 22:13:09 +00:00
John Ericson
f278a631b0
Expand manual on derivation outputs
...
Note, this includes some text adapted from from Eelco's dissertation
(cherry picked from commit 2aa6e0f084
)
2025-03-03 22:13:08 +00:00
John Ericson
cafefed421
Rename to "content-address*ing* derivation"
...
"content-address*ed*" derivation is misleading because all derivations
are *themselves* content-addressed. What may or may not be
content-addressed is not derivation itself, but the *output* of the
derivation.
The outputs are not *part* of the derivation (for then the derivation
wouldn't be complete before we built it) but rather separate entities
produced by the derivation.
"content-adddress*ed*" is not correctly because it can only describe
what the derivation *is*, and that is not what we are trying to do.
"content-address*ing*" is correct because it describes what the
derivation *does* --- it produces content-addressed data.
2025-02-10 01:12:56 -05:00
John Ericson
e80d333777
Document Store Derivations and Deriving Paths ( #12290 )
...
This is a big step documenting the store layer on its own, separately from the evaluator (and `builtins.derivation`).
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com >
2025-02-10 01:30:07 +00:00
Emil Petersen
78aedda6bd
Update content-address.md ( #11771 )
...
Correct a few typos. Make explicit that FSO acronym refers to File System Object.
2024-10-30 23:31:03 +00:00
John Ericson
eb7d7780b1
Rename doc/manual{src -> source}
...
This is needed to avoid this
https://github.com/mesonbuild/meson/issues/13774 when we go back to
making our subproject directory `src`.
2024-10-14 11:21:24 -04:00