about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge pull request #225513 from codedownio/julia-modulesNick Cao2023-12-18
|\ | | | | Build arbitrary Julia package environments in Nixpkgs
| * julia: add documentation to manual + release noteTom McLaughlin2023-12-14
| |
* | doc: Update stdenv.chapter.md (#274706)Danila Danko2023-12-16
|/ | | Extended genericBuild description
* Merge pull request #273384 from nbraud/doc/system-stateValentin Gagarin2023-12-13
|\ | | | | nixos/doc: Add chapter “necessary system state”
| * doc/manpage-urls.json: Add *all* systemd manpagesnicoo2023-12-12
| | | | | | | | and add the generating script to `maintainers/scripts/doc`
* | Merge master into staging-nextgithub-actions[bot]2023-12-10
|\ \
| * | buildNimPackage: allow overriding nim package argsSophie Tauchert2023-12-10
| | | | | | | | | | | | | | | | | | Without this, it's impossible to override the lockFile as the default overrideAttrs is applied after the composition in buildNimPackage has read the lock file and generated the nim flags from it.
| * | Merge pull request #272183 from infinisil/nixpkgs-referenceRobert Hensing2023-12-10
| |\ \ | | |/ | |/| doc: Rename to Nixpkgs reference manual and restate purpose
| | * doc: Rename to Nixpkgs reference manual and state purposeSilvan Mosberger2023-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the time being, we're moving towards https://nix.dev/ containing all tutorials and guides. The Nixpkgs manual is reinforced to be a _reference_ manual. While it's not just reference for now, that's what the docs team is working towards. This commits rewrites the Nixpkgs manual introduction to reflect that and point to some more useful links. The contribution docs are updated similarly so it's not missed. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
* | | Merge master into staging-nextgithub-actions[bot]2023-12-08
|\| |
| * | cudaPackages: add docsConnor Baker2023-12-07
| | |
* | | Merge master into staging-nextgithub-actions[bot]2023-12-07
|\| |
| * | CONTRIBUTING.md: Update markdown emphasising syntaxSilvan Mosberger2023-12-06
| |/ | | | | | | | | | | | | | | | | | | | | GitHub supported special markdown syntax for emphasising blocks for some time. This was however a beta feature, and still is, so it's subject to changes. Recently such a change happened: The syntax is different now. See https://github.com/orgs/community/discussions/16925 for more information
* / rustc: add a compiler wrapperAlyssa Ross2023-11-30
|/ | | | | | | | | | | | | | | | | | | | We keep running into situations where we can't get the right combination of rustc flags through build systems into rustc. RUSTFLAGS is the only variable supported across build systems, but if RUSTFLAGS is set, Cargo will ignore all other ways of specifying rustc flags, including the target-specific ones, which we need to make dynamic musl builds work. (This is why pkgsCross.musl64.crosvm is currently broken — it works if you unset separateDebugInfo, which causes RUSTFLAGS not to be set.) So, we need to do the same thing we do for C and C++ compilers, and add a compiler wrapper so we can inject the flags we need, regardless of the build system. Currently the wrapper only supports a single mechanism for injecting flags — the NIX_RUSTFLAGS environment variable. As time goes on, we'll probably want to add additional features, like target-specific environment variables.
* buildNimPackage: load lockfiles and overridesEmery Hemingway2023-11-28
|
* darwin.linuxBuilder: Fix working directory in documentationGabriella Gonzalez2023-11-25
| | | | | | | | | | | 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
* doc: consolidate info on manual linux kernel configsDS2023-11-23
| | | | | | | | | | | | | | | | 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.
* Merge pull request #265478 from antifuchs/document-lib.metaSilvan Mosberger2023-11-22
|\ | | | | doc: Add lib.meta to the library functions ToC
| * doc: Add lib.meta to the library functions ToCAndreas Fuchs2023-11-04
| | | | | | | | | | | | This seems like a pretty easy-to-fix oversight, and it documents the getExe function, which I never knew about until one day I saw a PR using it. Let's include it in the manual.
* | nixos/xdg/portal: Add config and configPackages optionBobby Rong2023-11-21
| | | | | | | | | | In x-d-p 1.17, when no configs are given, you apps will likely not able to find a backend. Let users aware of the changes.
* | texlive: document simpler way to build custom packagesVincenzo Mantova2023-11-20
| |
* | Merge pull request #268591 from imincik/docs-update-run-phasesSilvan Mosberger2023-11-20
|\ \ | | | | | | doc/stdenv: update manual phases execution instructions
| * | doc/stdenv: update manual phases execution instructionsIvan Mincik2023-11-20
| | | | | | | | | | | | | | | | | | Update instructions for manual build phases execution via `nix-shell` to cover all phases. There is no easy way of getting those commands, so it makes a sense to have them all properly documented.
* | | lib.fileset: Move introduction section above the functionsSilvan Mosberger2023-11-19
|/ / | | | | | | | | | | Previously the introductory section and the function listings were in different places. But now nixdoc supports having them together with https://github.com/nix-community/nixdoc/pull/70!
* | Merge pull request #258184 from mdarocha/dotnet-fixesWeijia Wang2023-11-16
|\ \ | | | | | | buildDotnetModule small improvements
| * | buildDotnetModule: make docs more clear on how to generate nugetDeps for the ↵mdarocha2023-09-30
| | | | | | | | | | | | first time
* | | Merge master into staging-nextgithub-actions[bot]2023-11-16
|\ \ \
| * | | buildNpmPackage: allow passing npmDepshappysalada2023-11-16
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2023-11-15
|\| | |
| * | | Merge pull request #265053 from fricklerhandwerk/fix-dhallpkgs-docValentin Gagarin2023-11-15
| |\ \ \
| | * | | fixup note on dhall-to-nixpkgs exampleValentin Gagarin2023-11-02
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2023-11-14
|\| | | |
| * | | | docs/hooks/qt-4: removeajs1242023-11-14
| | | | | | | | | | | | | | | | | | | | was missed when qt4 was removed
* | | | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2023-11-14
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - pkgs/development/libraries/gdcm/default.nix
| * | | | buildGoModule: deprecate vendorSha256 attributeAaron Jheng2023-11-14
| | | | |
| * | | | Merge pull request #263059 from DanielSidhion/add-doc-conventionSilvan Mosberger2023-11-14
| |\ \ \ \ | | | | | | | | | | | | doc: commit header convention for documentation changes
| | * | | | doc: separate commit header conventions for each area, info on docs changes.DS2023-11-13
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel2023-11-13
|\| | | | |
| * | | | | Merge pull request #267087 from tufteddeer/patch-1Lily Foster2023-11-12
| |\ \ \ \ \ | | | | | | | | | | | | | | docs/javascript/introduction: fix GitHub search link
| | * | | | | docs/javascript/introduction: fix GitHub search linkFabian2023-11-12
| | | | | | |
* | | | | | | Merge branch 'master' into staging-nextWeijia Wang2023-11-12
|\| | | | | |
| * | | | | | Update doc/languages-frameworks/rust.section.mdAdam Joseph2023-11-12
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
| * | | | | | rust: add tutorial on git-bisecting rustcAdam Joseph2023-11-11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits adds to the manual a tutorial showing how to troubleshoot breakage caused by a rustc upgrade in *downstream* packages.
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-11-11
|\| | | | |
| * | | | | treewide: fix redirected and broken URLsAnthony Roussel2023-11-11
| | | | | | | | | | | | | | | | | | | | | | | | Using the script in maintainers/scripts/update-redirected-urls.sh
* | | | | | Merge staging-next into staginggithub-actions[bot]2023-11-11
|\ \ \ \ \ \
| * | | | | | Merge master into staging-nextgithub-actions[bot]2023-11-11
| |\| | | | |
| | * | | | | Merge pull request #256816 from Artturin/pythondocpython3packagesArtturi2023-11-10
| | |\ \ \ \ \
| | | * | | | | doc/python: use python3Packages instead of python3.pkgsArtturin2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows splicing to work correctly from issue 211340 >> 3: Discourage using package sets like python3.pkgs "directly" > I think about 8 years ago I introduced this and it has been a clear mistake. Since then this pattern was copied throughout. We should indeed go to pythonPackages and also move the helpers such as buildEnv and withPackages into the package set, like haskell already had before. - FRidh
* | | | | | | | Merge staging-next into staginggithub-actions[bot]2023-11-10
|\| | | | | | |