| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "doc: replace fzf-share mention with sk-share from Skim package"•••This reverts commit de5b2ef096cc03796398f7ca627ad5f4306aa065.
| Sandro Jäckel | 2024-04-11 | 1 | -4/+4 |
| * | Merge pull request #298692 from SebTM/auto-update/fzf•••fzf: 0.47.0 -> 0.48.1 | Mario Rodas | 2024-04-07 | 1 | -4/+4 |
| |\ |
|
| | * | doc: replace fzf-share mention with sk-share from Skim package•••`fzf-share` was removed
| Mario Rodas | 2024-04-07 | 1 | -4/+4 |
| * | | Merge pull request #285177 from lelgenio/krita-plugin-gmic-package•••krita: wrap with plugins, krita-plugin-gmic init at 3.2.4.1 | Peder Bergebakken Sundt | 2024-04-07 | 2 | -0/+38 |
| |\ \ |
|
| | * | | doc: add krita plugins section | lelgenio | 2024-04-07 | 2 | -0/+38 |
| * | | | treewide: Fix all Nix ASTs in all markdown files•••This allows for correct highlighting and maybe future automatic
formatting. The AST was verified to work with nixfmt only.
| Janne Heß | 2024-03-28 | 6 | -41/+53 |
| * | | | treewide: Mark Nix blocks in markdown as Nix•••This should help us with highlighting and future formatting.
| Janne Heß | 2024-03-28 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | Merge pull request #291715 from DanielSidhion/document-private-key•••doc: document publicly-known private key for darwin.linux-builder | Daniel Sidhion | 2024-02-28 | 1 | -0/+7 |
| |\ \ |
|
| | * | | doc: document publicly-known private key for darwin.linux-builder | DS | 2024-02-26 | 1 | -0/+7 |
| | |/ |
|
| * / | doc: fix darwin-builder doc (#291518) | yihuang | 2024-02-28 | 1 | -1/+4 |
| |/ |
|
| * | Fix syntax error in darwin-builder.section.md | Thane Gill | 2024-02-13 | 1 | -1/+1 |
| * | doc: remove misleading kernel.features explanation•••At this point kernel.features is more of an implementation detail and
normal users should not come into contact with it.
| Julian Stecklina | 2024-01-22 | 1 | -14/+0 |
| * | nginx: change etags for statically compressed files served from store•••Per RFC 9110, [section 8.8.1][1], different representations of the same
resource should have different Etags:
> A strong validator is unique across all versions of all
> representations associated with a particular resource over time.
> However, there is no implication of uniqueness across representations
> of different resources (i.e., the same strong validator might be in
> use for representations of multiple resources at the same time and
> does not imply that those representations are equivalent)
When serving statically compressed files (ie, when there is an existing
corresponding .gz/.br/etc. file on disk), Nginx sends the Etag marked
as strong. These tags should be different for each compressed format
(as shown in an explicit example in section [8.8.3.3][2] of the RFC).
Upstream Etags are composed of the file modification timestamp and
content length, and the latter generally changes between these
representations.
Previous implementation of Nix-specific Etags for things served from
store used the store hash. This is fine to share between different
files, but it becomes a problem for statically compressed versions of
the same file, as it means Nginx was serving different representations
of the same resource with the same Etag, marked as strong.
This patch addresses this by imitating the upstream Nginx behavior, and
appending the value of content length to the store hash.
[1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-validator-fields
[2]:
https://www.rfc-editor.org/rfc/rfc9110.html#name-example-entity-tags-varying
| Dee Anzorge | 2024-01-13 | 1 | -1/+1 |
| * | darwin.linuxBuilder: Fix working directory in documentation•••This fixes the working directory for the suggested flake, as originally
suggested by @MaxDaten in:
https://github.com/NixOS/nixpkgs/issues/229542#issuecomment-1674886874
… and then amended by @Enzime in:
https://github.com/NixOS/nixpkgs/pull/248554#issuecomment-1676825733
| Gabriella Gonzalez | 2023-11-25 | 1 | -1/+5 |
| * | doc: consolidate info on manual linux kernel configs•••The Nixpkgs documentation on the linux kernel builders focused on
using and extending kernels that were already packaged, but never
mentioned that it's possible to also build a kernel almost "from
scratch".
The NixOS documentation went a bit deeper on manual linux kernel
configs, but that information wasn't particularly NixOS-specific.
This commit consolidates the information related to building the
kernel on Nixpkgs's documentation, while keeping any additional
NixOS-specific information on NixOS's documentation.
An additional README.md was created for contributor-facing
documentation.
| DS | 2023-11-23 | 1 | -18/+104 |
| * | treewide: fix redirected and broken URLs•••Using the script in maintainers/scripts/update-redirected-urls.sh
| Anthony Roussel | 2023-11-11 | 1 | -1/+1 |
| * | doc: avoid 'simply' (#266434)•••While the word 'simply' is usually added to encourage readers, it often has the
opposite effect and may even appear condescending, especially when the reader
runs into trouble trying to apply the suggestions from the documentation. It is
almost always an improvement to simply drop the word from the sentence.
(there are more possible improvements like this, we can apply those in separate
PRs) | Arnout Engelen | 2023-11-09 | 1 | -1/+1 |
| * | doc: darwin.linux-builder: replace "builder" with "remote builder" | Yueh-Shun Li | 2023-11-07 | 1 | -8/+8 |
| * | doc: move section darwin-builder under chapter packages | Yueh-Shun Li | 2023-11-07 | 2 | -0/+174 |
| * | doc: move doc/builders/packages -> doc/packages | Yueh-Shun Li | 2023-11-07 | 22 | -0/+945 |
| * | nixpkgs manual: move builders into one folder | Frederik Rietdijk | 2019-10-30 | 17 | -802/+0 |
| * | doc: split packages part into xml file per package | Frederik Rietdijk | 2019-10-20 | 17 | -0/+802 |