summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc/vim.section.md: fix references to the old update.py script•••Running the `update.py` script directly doesn't work anymore, so instead replace all usages of it in the documentation with `nix-shell -p vimPluginsUpdater --run 'vim-plugins-updater'`. Thiago Kenji Okada2024-07-151-4/+4
* Merge pull request #272380 from chayleaf/gradle2•••gradle: add setup hookAtemu2024-07-141-0/+189
|\
| * gradle: add setup hookchayleaf2024-07-121-0/+189
* | Merge pull request #326864 from jtojnar/php-mkrepo-docs•••doc/php: Fix mkComposerRepository examplePol Dellaiera2024-07-141-1/+4
|\ \
| * | doc/php: Fix mkComposerRepository example•••`mkComposerRepository` required `pname` and `version` since the beginning (b36ad2f51797d82ddd4479835c0edd71b3386865), with the boolean attribute becoming required later (3eb168da9243989a63dfd4e2c17c52f8c133247b). Jan Tojnar2024-07-131-1/+4
* | | Merge pull request #310708 from importantblimp/180654•••nixos/input-method: deprecate .enabled option; add .type and .enable optionséclairevoyant2024-07-141-1/+2
|\ \ \
| * | | nixos/input-method: deprecate .enabled option; add .type and .enable options•••This commit introduces two new properties: `enable` and `type`, to replace the `enabled` property. `enable` has the same meaning as is common across nixpkgs. `type` has the same meaning as the existing `enabled` property. `enabled` property is now deprecated and will be removed in a future release. Fixes #180654 GY2024-07-121-1/+2
* | | | docs: $TMP -> $TMPDIR in Darwin build•••`TMPDIR` is the canonical form in POSIX and SUS https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03 Valentin Gagarin2024-07-131-2/+2
* | | | docs: allow building in sandbox on darwin•••For whatever reason `zip` in this case doesn't seem to be respecting the `$TMP` or `$TMPDIR` variables, resulting in a permission denied error on Darwin when sandbox is enabled. The `-b` flag allows one to manually specify a tempdir, which allows the build to succeed in spite of sandboxing. Fixes https://github.com/NixOS/nixpkgs/issues/326380 Nathan Henrie2024-07-131-2/+2
* | | | Merge pull request #325591 from SFrijters/install-shell-completion-doc•••doc: warn against zero-byte or missing shell completion filesThomas Gerbet2024-07-121-1/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc: warn against zero-byte or missing shell completion filesStefan Frijters2024-07-091-1/+13
| | |/ | |/|
* | | doc/javascript: document yarn{Config,Build}HookDoron Behar2024-07-101-0/+66
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into openbsd-staticJohn Ericson2024-07-0917-62/+168
|\|
| * Merge pull request #288691 from konst-aa/nixify-akku•••akku: Add akkuPackages, introduce deps.tomlWeijia Wang2024-07-082-0/+36
| |\
| | * akku: Add akkuPackages, introduce deps.tomlKonstantin Astafurov2024-07-072-0/+36
| * | Merge master into staging-nextgithub-actions[bot]2024-07-051-11/+11
| |\ \
| | * \ Merge pull request #324526 from Aleksanaa/nugetHash•••dotnet: add SRI hash support to dotnet packagesDavid McFarland2024-07-041-11/+11
| | |\ \
| | | * | doc/dotnet: document SRI hash support in dotnet packagealeksana2024-07-041-11/+11
| * | | | Merge master into staging-nextgithub-actions[bot]2024-07-042-2/+2
| |\| | |
| | * | | Merge pull request #324531 from Aleksanaa/reduce-sha256•••doc: minor sha256 attribute reductionAleksana2024-07-042-2/+2
| | |\ \ \
| | | * | | doc/fetchers: correct fetchtorrent sha256 attribute to hash•••This seems incorrect because sha256 is not an acceptable attribute of fetchtorrent. aleksana2024-07-041-1/+1
| | | * | | doc/dart: minor sha256 -> hash change•••This is to prevent future people from copying this format and introducing more sha256. aleksana2024-07-041-1/+1
| | | |/ /
| * | | | Merge master into staging-nextgithub-actions[bot]2024-07-031-2/+16
| |\| | |
| | * | | doc/meta: make meta.description consistent with contributing documentaleksana2024-07-041-2/+16
| | |/ /
| * | | Merge master into staging-nextgithub-actions[bot]2024-07-032-0/+30
| |\| |
| | * | Merge pull request #323398 from NixOS/prep-dev-shell•••init `devShellTools`Silvan Mosberger2024-07-032-0/+30
| | |\ \
| | | * | devShellTools.{stringValue -> valueToString}Robert Hensing2024-06-291-4/+4
| | | * | devShellTools.stringValue: initRobert Hensing2024-06-291-1/+16
| | | * | devShellTools: init (empty)Robert Hensing2024-06-292-0/+15
| * | | | Merge master into staging-nextgithub-actions[bot]2024-07-035-34/+50
| |\| | |
| | * | | Merge pull request #320266 from doronbehar/pkg/versionInstallHook•••versionCheckHook: initDoron Behar2024-07-035-34/+50
| | |\ \ \
| | | * | | doc: recommend versionCheckHook whenever relevantDoron Behar2024-06-283-34/+14
| | | * | | versionCheckHook: initDoron Behar2024-06-282-0/+36
| * | | | | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-07-021-1/+1
| |\| | | |
| | * | | | writeScriptBin: fix typo in docsa-kenji2024-07-021-1/+1
| * | | | | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/jaxtyping/default.nix Martin Weinelt2024-07-021-1/+1
| |\| | | |
| | * | | | nautilus: Move from gnome scope to top-levelJan Tojnar2024-07-011-1/+1
| | | |/ / | | |/| |
| * | | | Merge master into staging-nextgithub-actions[bot]2024-06-282-75/+58
| |\| | |
| * | | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2024-06-272-1/+2
| |\ \ \ \
| * \ \ \ \ Merge master into staging-nextgithub-actions[bot]2024-06-262-20/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2024-06-252-15/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/pixel-font-builder/default.nix - pkgs/development/python-modules/unidata-blocks/default.nix Martin Weinelt2024-06-241-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/os-specific/windows/mingw-w64/default.nix Martin Weinelt2024-06-231-10/+28
| |\ \ \ \ \ \ \ \
| * | | | | | | | | doc/stdenv: hardening flags: add example error for trivialautovarinitRobert Scott2024-06-221-0/+6
| * | | | | | | | | Merge staging-next into staginggithub-actions[bot]2024-06-211-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge staging-next into staginggithub-actions[bot]2024-06-211-8/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #318256 from risicle/ris-stack-clash-protection•••cc-wrapper: add stack clash protection hardening flagRick van Schijndel2024-06-191-0/+4
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | doc/stdenv: hardening flags: add section on stackclashprotectionRobert Scott2024-06-071-0/+4
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/development/python-modules/langsmith/default.nix - pkgs/development/python-modules/rich-pixels/default.nix - pkgs/servers/teleport/generic.nix Martin Weinelt2024-06-181-49/+73
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/development/python-modules/fastembed/default.nix Martin Weinelt2024-06-152-9/+20
| |\ \ \ \ \ \ \ \ \ \ \ \