| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge master into haskell-updates | github-actions[bot] | 2023-10-04 | 1 | -5/+6 |
| |\ |
|
| | * | Merge pull request #253714 from teto/vim-updater-package | Matthieu Coudron | 2023-10-03 | 1 | -5/+6 |
| | |\ |
|
| | | * | vimPluginsUpdater: init•••The nixpkgs documentation mentions how to update out of tree plugins but
one problem is that it requires a nixpkgs clone.
This makes it more convenient.
I've had the need to generate vim plugins and lua overlays for other
projects unrelated to nix and this will make updates easier (aka just
run `nix run nixpkgs#vimPluginsUpdater -- --proc=1` or with the legacy commands:
`nix-shell -p vimPluginsUpdater --run vim-plugins-updater`.
I added an optional "nixpkgs" argument to command line parser, which is the path
towards a nixpkgs checkout. By default the current folder.
update-luarocks-packages: format with black
| Matthieu Coudron | 2023-10-01 | 1 | -5/+6 |
| * | | | Merge master into haskell-updates | github-actions[bot] | 2023-10-03 | 2 | -0/+19 |
| |\| | |
|
| | * | | doc: minimal documentation of supported platforms•••This commit adds minimal documentation of the supported platforms.
More exhaustive documentation would require producing a list of
platforms for each of the 7 tiers. This was attempted in #245368, but it
quickly became clear that that would be a long-term effort.
In the meantime, this commit adds the most important information to the
manual.
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| Lorenzo Manacorda | 2023-10-02 | 2 | -0/+19 |
| | |/ |
|
| * | | Merge master into haskell-updates | github-actions[bot] | 2023-09-30 | 1 | -4/+47 |
| |\| |
|
| | * | nixpkgs manual: add an alternative example in stdenv-separateDebugInfo (#257861)•••* nixpkgs manual: add an alternative example in stdenv-separateDebugInfo
This change gets rid of the indirect reference to `nix-env -i` usage
and shows how to achieve the same goal with a shell expression.
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Alejandro Sánchez Medina | 2023-09-29 | 1 | -4/+47 |
| * | | Merge master into haskell-updates | github-actions[bot] | 2023-09-29 | 4 | -5/+5 |
| |\| |
|
| | * | treewide: Fix typos | Peder Bergebakken Sundt | 2023-09-28 | 4 | -5/+5 |
| * | | Merge master into haskell-updates | github-actions[bot] | 2023-09-28 | 2 | -2/+2 |
| |\| |
|
| | * | vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin•••the `from2Nix` suffix is a legacy from vim2nix but we dont use that anymore. It makes the name of the function unusual and long.
| Matthieu Coudron | 2023-09-27 | 1 | -1/+1 |
| | * | doc: fix wrong flag in description of `bindnow`•••`-z bindnow` doesn't exist. The actual flag added is `-z now`. | Felix Yan | 2023-09-27 | 1 | -1/+1 |
| * | | Merge master into haskell-updates | github-actions[bot] | 2023-09-26 | 3 | -45/+11 |
| |\| |
|
| | * | use `nix-shell -p` for `dhall-to-nixpkgs` example | Valentin Gagarin | 2023-09-25 | 1 | -5/+6 |
| | * | remove the misleading warning on using `nix-env` for split outputs (#255947)•••The text was originally added [0] following an apparently incomplete
research on how everything plays together. In fact, Nix propagates
`outputs` to the corresponding nested derivations, and there is some
messy behavior in Nixpkgs that only seems to propagate
`meta.outputsToInstall` in `buildEnv`[1].
This change moves the hints on how to use NixOS specifics to NixOS
module documentation (which is hopefully easier to find through
search.nixos.org), describes the default behavior in Nixpkgs (updating
a the link to the source), and removes the confusing mention of
`nix-env`.
the last of them should not be there to begin with. we don't want
beginners to use `nix-env`, as this is known to run them into trouble
eventually.
[0]: https://github.com/NixOS/nixpkgs/pull/76794
[1]: https://github.com/NixOS/nixpkgs/blob/1774d07242995050d2d8a91cb4da0855eac2e472/pkgs/build-support/buildenv/default.nix#L66 | Valentin Gagarin | 2023-09-25 | 1 | -39/+5 |
| | * | Merge pull request #254309 from pbsds/flit-prune•••python3Packages.flitBuildHook: remove | Frederik Rietdijk | 2023-09-25 | 1 | -1/+0 |
| | |\ |
|
| | | * | python3Packages.flitBuildHook: remove | Peder Bergebakken Sundt | 2023-09-22 | 1 | -1/+0 |
| * | | | Merge master into haskell-updates | github-actions[bot] | 2023-09-25 | 1 | -78/+78 |
| |\| | |
|
| | * | | nixpkgs manual: doc python: add hyperlinks to Python section (#252156)•••* nixpkgs manual: doc python: add hyperlinks to Python section
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Alejandro Sánchez Medina | 2023-09-24 | 1 | -78/+78 |
| | |/ |
|
| * | | Merge master into haskell-updates | github-actions[bot] | 2023-09-23 | 2 | -0/+8 |
| |\| |
|
| | * | doc: include short docs about bmake | Anderson Torres | 2023-09-22 | 2 | -0/+8 |
| * | | Merge master into haskell-updates | github-actions[bot] | 2023-09-22 | 1 | -1/+1 |
| |\| |
|
| | * | Merge pull request #255025 from tweag/fileset.union•••`lib.fileset.union`, `lib.fileset.unions`: init | Robert Hensing | 2023-09-21 | 1 | -1/+1 |
| | |\ |
|
| | | * | lib.fileset: Various updates relating to union/unions•••Also some minor formatting improvements
| Silvan Mosberger | 2023-09-21 | 1 | -1/+1 |
| * | | | Merge master into haskell-updates | github-actions[bot] | 2023-09-21 | 1 | -0/+4 |
| |\| | |
|
| | * | | corepack: PR review updates•••Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Sandro Jaeckel <sandro.jaeckel@gmail.com>
| Wout Mertens | 2023-09-20 | 1 | -1/+1 |
| | * | | nodejs: corepack wrappers package | Wout Mertens | 2023-09-20 | 1 | -0/+4 |
| * | | | haskell-docs: Fix typo in function name | maralorn | 2023-09-20 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #255916 from fricklerhandwerk/doc-runcommand•••rewrite `runCommand` interface docs | Robert Hensing | 2023-09-18 | 1 | -2/+19 |
| |\ \ |
|
| | * | | rewrite `runCommand` interface docs•••specifically this corrects the misleading statement that `env` takes
environment variables for the derivation.
| Valentin Gagarin | 2023-09-18 | 1 | -2/+19 |
| * | | | BEAM docs: recommend `nix-shell -p` and `shell.nix` instead of `nix-env` (#25...•••* BEAM docs: recommend `nix-shell -p` and `shell.nix` instead of `nix-env`
Co-authored-by: asymmetric <lorenzo@mailbox.org> | Valentin Gagarin | 2023-09-18 | 1 | -2/+20 |
| |/ / |
|
| * | | Merge pull request #255128 from PuercoPop/ruby-document-extraConfigPaths•••ruby: document extraConfigPaths option from bundlerEnv | Mario Rodas | 2023-09-15 | 1 | -0/+10 |
| |\ \ |
|
| | * | | ruby: document extraConfigPaths option from bundlerEnv | Javier Olaechea | 2023-09-14 | 1 | -0/+10 |
| * | | | Merge pull request #254967 from nbraud/sha256-to-hash/top-level | Maciej Krüger | 2023-09-15 | 4 | -4/+4 |
| |\ \ \ |
|
| | * | | | doc: Replace `sha256` with `hash` where appropriate | nicoo | 2023-09-13 | 4 | -4/+4 |
| * | | | | fetchDebianPatch: Require patch names with extensions•••Otherwise the fetcher is unuseable with patches
whose filename (in Debian) doesn't end in `.patch`.
| Weijia Wang | 2023-09-14 | 1 | -2/+2 |
| * | | | | Merge pull request #254136 from figsoda/python•••python310Packages.buildPythonPackage: introduce pyproject option | Frederik Rietdijk | 2023-09-14 | 1 | -18/+68 |
| |\ \ \ \ |
|
| | * | | | | doc/python: document `pyproject` and remove usages of `format` | figsoda | 2023-09-12 | 1 | -18/+68 |
| | | |_|/
| |/| | |
|
| * | | | | doc: remove mention of X11 license variant (#255081)•••The Nixpkgs license is pure MIT. | asymmetric | 2023-09-14 | 1 | -1/+1 |
| * | | | | doc: link, instead of just mentioning, Nix manual (#255126)•••Instead of just telling the reader to go find the relevant section of the Nix
manual, let's just link to it. Yay hypertext! | asymmetric | 2023-09-14 | 4 | -5/+6 |
| * | | | | Link to usage of pkg description instead of referring to nix-env (#255127)•••* Updates meta.chapter.md with a reference link to the usage of the package description field instead of referring to nix-env
---------
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Maximilian Ehlers | 2023-09-14 | 1 | -1/+2 |
| | |_|/
|/| | |
|
| * | | | Merge pull request #248184 from NixOS/php/add-new-builder-only•••php: add new Composer builder | Elis Hirwing | 2023-09-14 | 1 | -1/+139 |
| |\ \ \ |
|
| | * | | | php: update documentation | Pol Dellaiera | 2023-09-13 | 1 | -1/+139 |
| | | |/
| |/| |
|
| * | | | Merge master into staging-next | github-actions[bot] | 2023-09-13 | 1 | -1/+1 |
| |\| | |
|
| | * | | erlang23: remove | ajs124 | 2023-09-13 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'master' into staging-next | Vladimír Čunát | 2023-09-12 | 1 | -2/+2 |
| |\| |
|
| | * | noto-fonts-emoji → noto-fonts-color-emoji•••Clarify that the monochrome font is not included, per #221181.
The new name is also coherent with the name of the font,
according to `fontconfig`: Noto Color Emoji.
| nicoo | 2023-09-12 | 1 | -2/+2 |
| * | | Merge branch 'master' into staging-next | Anderson Torres | 2023-09-11 | 2 | -19/+19 |
| |\| |
|
| | * | doc/hooks/zig.section.md: rewrite•••- Normalize header IDs, in order to not cause conflicts with identically named
headers in other docs.
- Reorganize the hierarchy of information.
| Anderson Torres | 2023-09-10 | 1 | -8/+8 |
| | * | doc/hooks/waf.section.md: rewrite•••- Normalize header IDs, in order to not cause conflicts with identically named
headers in other docs.
- Reorganize the hierarchy of information.
| Anderson Torres | 2023-09-10 | 1 | -21/+29 |