| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: add gradle language section | Daniel Nagy | 2024-09-08 | 1 | -0/+1 |
| * | dotnet: add override mechanism for nuget packages (#339953) | David McFarland | 2024-09-07 | 1 | -1/+1 |
| |\ |
|
| | * | buildDotnetModule: use individual dependencies for nugetDeps | David McFarland | 2024-09-06 | 1 | -1/+1 |
| * | | rustPlatform.fetchCargoTarball: support pname+version (#332975) | Philip Taron | 2024-09-06 | 1 | -8/+4 |
| |\ \ |
|
| | * | | doc/rust: prefer pname+version over name in fetchCargoTarball | éclairevoyant | 2024-09-07 | 1 | -8/+4 |
| | |/ |
|
| * / | Doc/importNpmLock: general improvements (#340019)•••Co-authored-by: Valentin Gagarin <valentin@gagarin.work> | Johannes Kirschbauer | 2024-09-07 | 1 | -4/+49 |
| |/ |
|
| * | doc/stdenv: fix typo in sourceRoot section (#339604) | Ilan Joselevich | 2024-09-05 | 1 | -1/+1 |
| |\ |
|
| | * | doc/stdenv: fix typo in sourceRoot section | seth | 2024-09-04 | 1 | -1/+1 |
| * | | yarnInstallHook: init (#328544) | Philip Taron | 2024-09-04 | 1 | -4/+9 |
| |\ \
| |/
|/| |
|
| | * | yarnInstallHook: init | lelgenio | 2024-09-04 | 1 | -4/+9 |
| * | | doc/dockertools: add note about base image config inheritance (#339555) | Robert Hensing | 2024-09-04 | 1 | -0/+4 |
| |\ \
| |/
|/| |
|
| | * | doc/dockertools: add note about base image config inheritance | Mathias Sven | 2024-09-04 | 1 | -0/+4 |
| * | | treewide: Fix or remove some markdown links•••Found using https://github.com/serokell/xrefcheck, which unfortunately
can't trivially be enforced in CI because we also have the manual markdown
files that need post-processing to be valid
| Silvan Mosberger | 2024-09-03 | 1 | -1/+1 |
| * | | buildDotnetModule: add `testFilters` arg (#336571) | David McFarland | 2024-09-02 | 1 | -0/+1 |
| |\ \ |
|
| | * | | buildDotnetModule: add `testFilters` arg•••In addition to the existing `disabledTests`, allow defining more general
test filters using `testFilters`.
| Matt Sturgeon | 2024-08-22 | 1 | -0/+1 |
| * | | | doc/languages-frameworks/python: fix typos (#322267) | adisbladis | 2024-09-01 | 1 | -5/+2 |
| |\ \ \ |
|
| | * | | | doc/languages-frameworks/python: fix typos | Colin | 2024-09-01 | 1 | -5/+2 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2024-08-30 | 1 | -0/+16 |
| |\ \ \ \ |
|
| | * | | | | python3Packages.psycopg2-binary: Fix pname spelling | adisbladis | 2024-08-30 | 1 | -1/+1 |
| | * | | | | mkPythonMetaPackage: init meta package function (and psycopg2-binary) (#337621) | Robert Schütz | 2024-08-29 | 1 | -0/+16 |
| | |\ \ \ \ |
|
| | | * | | | | python3Packages.psycopg2-binary: init at 2.9.9•••Pscycopg2-binary is normally used in Python development to avoid having to build psycopg2 from source.
In nixpkgs we always want ot build from source whenever possible, but it can still be useful to provide a psycopg2-binary package.
This "fake" package exists to satisfy a dependency on psycopg2-binary, but still use the build from psycopg2.
cc @misuzu https://github.com/nix-community/pyproject.nix/issues/143
| adisbladis | 2024-08-30 | 1 | -1/+4 |
| | | * | | | | python3Packages.mkPythonMetaPackage: init•••This function exists create a meta package containing [metadata files](https://packaging.python.org/en/latest/specifications/recording-installed-packages/) to satisfy a dependency on a package, without it actually having been installed into the environment.
| adisbladis | 2024-08-30 | 1 | -0/+13 |
| * | | | | | | Merge master into staging-next | github-actions[bot] | 2024-08-29 | 1 | -0/+37 |
| |\| | | | | |
|
| | * | | | | | importNpmLock.buildNodeModules: init•••`importNpmLock.buildNodeModules` returns a derivation with a pre-built `node_modules` directory, as imported by `importNpmLock`.
This is to be used together with `importNpmLock.hooks.linkNodeModulesHook` to facilitate `nix-shell`/`nix develop` based development workflows:
```nix
pkgs.mkShell {
packages = [
importNpmLock.hooks.linkNodeModulesHook
nodejs
];
npmDeps = importNpmLock.buildNodeModules {
npmRoot = ./.;
inherit nodejs;
};
}
```
will create a development shell where a `node_modules` directory is created & packages symlinked to the Nix store when activated.
This code is adapted from https://github.com/adisbladis/buildNodeModules
| adisbladis | 2024-08-29 | 1 | -0/+37 |
| | |/ / / / |
|
| * | | | | | Merge master into staging-next | github-actions[bot] | 2024-08-28 | 1 | -1/+1 |
| |\| | | | |
|
| | * | | | | doc: Move "This is equivalent to" into example block•••This patch moves the code snippet which is shown as equivalent to the
example into the actual example block.
Visually, it was not easy to parse that the "equivalent" code piece
belonged to the code snippet that was hidden in the example (which is
collapsed by default).
By moving it into the example block, the "equivalent" piece is hidden by
default as well.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| Matthias Beyer | 2024-08-28 | 1 | -1/+1 |
| | | |/ /
| |/| | |
|
| * | | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2024-08-22 | 4 | -19/+226 |
| |\| | | |
|
| | * | | | doc: add documentation for `pkgs.{substitute,substituteAll,substituteAllFiles}`•••Fixes https://github.com/NixOS/nixpkgs/issues/65252
| Nathan Henrie | 2024-08-21 | 2 | -0/+103 |
| | |/ / |
|
| | * | | Merge pull request #333262 from nbraud/doc/runCommandWith•••nixpkgs-manual: Document `runCommandWith`, refactor `runCommand{,CC,Local}` | Philip Taron | 2024-08-19 | 1 | -19/+115 |
| | |\ \ |
|
| | | * | | doc/build-helpers: forward-link `runCommand*` in `runCommandWith` | nicoo | 2024-08-19 | 1 | -2/+6 |
| | | * | | doc/build-helpers: refactor the paragraph about `runCommandLocal` | nicoo | 2024-08-19 | 1 | -13/+14 |
| | | * | | doc/build-helpers: add note relating `runCommand` and `runCommandWith` | nicoo | 2024-08-19 | 1 | -0/+18 |
| | | * | | doc/build-helpers: refactor the paragraphs about `runCommand{,CC}`•••Co-authored-by: Johannes Kirschbauer <hsjobeki+github@gmail.com>
| nicoo | 2024-08-19 | 1 | -18/+21 |
| | | * | | doc/build-helpers: document `runCommandWith`•••Co-authored-by: Johannes Kirschbauer <hsjobeki+github@gmail.com>
| nicoo | 2024-08-19 | 1 | -1/+71 |
| | * | | | vimPlugins: introduce passthru.initLua for some plugins (#334913)•••* vimPlugins: introduce passthru.initLua for some plugins
as described in https://github.com/NixOS/nixpkgs/issues/172538, some vim
plugins need some configuration to be able to work at all.
We choose not to patch those plugins and instead expose the necessary
configuration to make them work in `PLUGIN.passthru.initLua`.
For now the user can check if plugins have a `PLUGIN.passthru.initLua`
and if yes, prepend it to their own init.lua.
Maybe later we can revisit this to either patch them in a way that is
clear that it's a nixpkgs patch or by having the neovim wrapper pick
those snippets and autoadd them to init.lua ?
* Update doc/languages-frameworks/vim.section.md
Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
---------
Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com> | Matthieu Coudron | 2024-08-19 | 1 | -0/+8 |
| * | | | | Merge #319558: ruby: make 3.3 the default•••...into staging
| Vladimír Čunát | 2024-08-22 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | ruby: make 3.3 the default•••According to https://www.ruby-lang.org/en/downloads/ this is the
'stable' release
| Arnout Engelen | 2024-06-13 | 1 | -1/+1 |
| * | | | | | nixpkgs-manual: fix build | Philip Taron | 2024-08-20 | 1 | -1/+1 |
| * | | | | | Merge staging-next into staging | github-actions[bot] | 2024-08-17 | 1 | -0/+35 |
| |\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | | Merge pull request #333236 from nbraud/testers/runCommand•••testers.runCommand: init | Philip Taron | 2024-08-16 | 1 | -0/+35 |
| | |\ \ \ \ |
|
| | | * | | | | doc: add type signature of `testers.runCommand` | nicoo | 2024-08-08 | 1 | -0/+2 |
| | | * | | | | testers.runCommand: add, document, and test | nicoo | 2024-08-08 | 1 | -0/+33 |
| | | | |/ /
| | |/| | |
|
| * | | | | | Merge staging-next into staging | github-actions[bot] | 2024-08-16 | 1 | -0/+7 |
| |\| | | | |
|
| | * | | | | doc/using/overrides: manage package option expectations•••We haven't been good at managing expectations about this, so let's
tell people what level of support they can expect. I think the place
people are most likely to see it is the place where they learn about
overriding in the first place, so I've added it here.
Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
| Alyssa Ross | 2024-08-16 | 1 | -0/+7 |
| * | | | | | Merge pull request #225051 from ShamrockLee/go-module-overlay-stdenv•••buildGoModule: Fix overriding with overlay-style stdenv | Doron Behar | 2024-08-16 | 1 | -0/+59 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | buildGoModule: fix overrideAttrs overriding•••Fix overriding of vendorHash and various attributes via the fixed point
attribute support of stdenv.mkDerivation.
Pass as derivation attributes
goModules, modRoot, vendorHash, deleteVendor, and proxyVendor.
Move goModules and vendorHash out of passthru.
Co-authored-by: Doron Behar <doron.behar@gmail.com>
| Yueh-Shun Li | 2024-08-11 | 1 | -0/+59 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2024-08-13 | 1 | -10/+13 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge pull request #328272 from TomaSajt/r-packages-migrate-to-json•••rPackages: migrate code generation to use JSON | Justin Bedő | 2024-08-13 | 1 | -10/+13 |
| | |\ \ \ \ \ |
|
| | | * | | | | | doc: update R section to mention .json files | TomaSajt | 2024-07-31 | 1 | -10/+13 |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts:
- pkgs/development/python-modules/pycdio/default.nix
| Martin Weinelt | 2024-08-11 | 2 | -20/+33 |
| |\| | | | | | |
|