| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 Okada | 2024-07-15 | 1 | -4/+4 |
| * | Merge pull request #272380 from chayleaf/gradle2•••gradle: add setup hook | Atemu | 2024-07-14 | 1 | -0/+189 |
| |\ | |||||
| | * | gradle: add setup hook | chayleaf | 2024-07-12 | 1 | -0/+189 |
| * | | Merge pull request #326864 from jtojnar/php-mkrepo-docs•••doc/php: Fix mkComposerRepository example | Pol Dellaiera | 2024-07-14 | 1 | -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 Tojnar | 2024-07-13 | 1 | -1/+4 |
| * | | | Merge pull request #310708 from importantblimp/180654•••nixos/input-method: deprecate .enabled option; add .type and .enable options | éclairevoyant | 2024-07-14 | 1 | -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 | GY | 2024-07-12 | 1 | -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 Gagarin | 2024-07-13 | 1 | -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 Henrie | 2024-07-13 | 1 | -2/+2 |
| * | | | | Merge pull request #325591 from SFrijters/install-shell-completion-doc•••doc: warn against zero-byte or missing shell completion files | Thomas Gerbet | 2024-07-12 | 1 | -1/+13 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | doc: warn against zero-byte or missing shell completion files | Stefan Frijters | 2024-07-09 | 1 | -1/+13 |
| | | |/ | |/| | |||||
| * | | | doc/javascript: document yarn{Config,Build}Hook | Doron Behar | 2024-07-10 | 1 | -0/+66 |
| | |/ |/| | |||||
| * | | Merge remote-tracking branch 'upstream/master' into openbsd-static | John Ericson | 2024-07-09 | 17 | -62/+168 |
| |\| | |||||
| | * | Merge pull request #288691 from konst-aa/nixify-akku•••akku: Add akkuPackages, introduce deps.toml | Weijia Wang | 2024-07-08 | 2 | -0/+36 |
| | |\ | |||||
| | | * | akku: Add akkuPackages, introduce deps.toml | Konstantin Astafurov | 2024-07-07 | 2 | -0/+36 |
| | * | | Merge master into staging-next | github-actions[bot] | 2024-07-05 | 1 | -11/+11 |
| | |\ \ | |||||
| | | * \ | Merge pull request #324526 from Aleksanaa/nugetHash•••dotnet: add SRI hash support to dotnet packages | David McFarland | 2024-07-04 | 1 | -11/+11 |
| | | |\ \ | |||||
| | | | * | | doc/dotnet: document SRI hash support in dotnet package | aleksana | 2024-07-04 | 1 | -11/+11 |
| | * | | | | Merge master into staging-next | github-actions[bot] | 2024-07-04 | 2 | -2/+2 |
| | |\| | | | |||||
| | | * | | | Merge pull request #324531 from Aleksanaa/reduce-sha256•••doc: minor sha256 attribute reduction | Aleksana | 2024-07-04 | 2 | -2/+2 |
| | | |\ \ \ | |||||
| | | | * | | | doc/fetchers: correct fetchtorrent sha256 attribute to hash•••This seems incorrect because sha256 is not an acceptable attribute of fetchtorrent. | aleksana | 2024-07-04 | 1 | -1/+1 |
| | | | * | | | doc/dart: minor sha256 -> hash change•••This is to prevent future people from copying this format and introducing more sha256. | aleksana | 2024-07-04 | 1 | -1/+1 |
| | | | |/ / | |||||
| | * | | | | Merge master into staging-next | github-actions[bot] | 2024-07-03 | 1 | -2/+16 |
| | |\| | | | |||||
| | | * | | | doc/meta: make meta.description consistent with contributing document | aleksana | 2024-07-04 | 1 | -2/+16 |
| | | |/ / | |||||
| | * | | | Merge master into staging-next | github-actions[bot] | 2024-07-03 | 2 | -0/+30 |
| | |\| | | |||||
| | | * | | Merge pull request #323398 from NixOS/prep-dev-shell•••init `devShellTools` | Silvan Mosberger | 2024-07-03 | 2 | -0/+30 |
| | | |\ \ | |||||
| | | | * | | devShellTools.{stringValue -> valueToString} | Robert Hensing | 2024-06-29 | 1 | -4/+4 |
| | | | * | | devShellTools.stringValue: init | Robert Hensing | 2024-06-29 | 1 | -1/+16 |
| | | | * | | devShellTools: init (empty) | Robert Hensing | 2024-06-29 | 2 | -0/+15 |
| | * | | | | Merge master into staging-next | github-actions[bot] | 2024-07-03 | 5 | -34/+50 |
| | |\| | | | |||||
| | | * | | | Merge pull request #320266 from doronbehar/pkg/versionInstallHook•••versionCheckHook: init | Doron Behar | 2024-07-03 | 5 | -34/+50 |
| | | |\ \ \ | |||||
| | | | * | | | doc: recommend versionCheckHook whenever relevant | Doron Behar | 2024-06-28 | 3 | -34/+14 |
| | | | * | | | versionCheckHook: init | Doron Behar | 2024-06-28 | 2 | -0/+36 |
| | * | | | | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-07-02 | 1 | -1/+1 |
| | |\| | | | | |||||
| | | * | | | | writeScriptBin: fix typo in docs | a-kenji | 2024-07-02 | 1 | -1/+1 |
| | * | | | | | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/jaxtyping/default.nix | Martin Weinelt | 2024-07-02 | 1 | -1/+1 |
| | |\| | | | | |||||
| | | * | | | | nautilus: Move from gnome scope to top-level | Jan Tojnar | 2024-07-01 | 1 | -1/+1 |
| | | | |/ / | | |/| | | |||||
| | * | | | | Merge master into staging-next | github-actions[bot] | 2024-06-28 | 2 | -75/+58 |
| | |\| | | | |||||
| | * | | | | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2024-06-27 | 2 | -1/+2 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge master into staging-next | github-actions[bot] | 2024-06-26 | 2 | -20/+9 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2024-06-25 | 2 | -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 Weinelt | 2024-06-24 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/os-specific/windows/mingw-w64/default.nix | Martin Weinelt | 2024-06-23 | 1 | -10/+28 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | doc/stdenv: hardening flags: add example error for trivialautovarinit | Robert Scott | 2024-06-22 | 1 | -0/+6 |
| | * | | | | | | | | | Merge staging-next into staging | github-actions[bot] | 2024-06-21 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-06-21 | 1 | -8/+0 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge pull request #318256 from risicle/ris-stack-clash-protection•••cc-wrapper: add stack clash protection hardening flag | Rick van Schijndel | 2024-06-19 | 1 | -0/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | doc/stdenv: hardening flags: add section on stackclashprotection | Robert Scott | 2024-06-07 | 1 | -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 Weinelt | 2024-06-18 | 1 | -49/+73 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/development/python-modules/fastembed/default.nix | Martin Weinelt | 2024-06-15 | 2 | -9/+20 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
