about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29Merge pull request #222422 from mdarocha/remove-dotnet-3ajs1241-24/+45
dotnet-sdk_3: remove
2023-03-27doc: assign ids to many headingspennae21-66/+67
without stable ids on headings we cannot generate stable links to these headings. nrd complains about this, but the current docbook workflow does not. a few generated ids remain, mostly in examples and footnotes. most of the examples are generated by nixdoc (which has since gained MD export functions, and the MD export does generate IDs).
2023-03-26dotnet-sdk_3: removemdarocha1-24/+45
Also remove all reference to outdated .NET versions.
2023-03-26docs/rust: add note about git dependenciesYureka1-0/+5
2023-03-21erlang: normalize version namesuperherointj1-4/+4
2023-03-21Merge pull request #200951 from jtojnar/docs-update-script-commit-featureValentin Gagarin1-21/+89
docs/stdenv: Document updateScript features
2023-03-21docs/stdenv: Document updateScript featuresJan Tojnar1-18/+79
This was removed in https://github.com/NixOS/nixpkgs/commit/c1b05442ffd6cf3cf529cad469bebe8169b156e9 for stabilization but it has worked quite well.
2023-03-21docs/stdenv: Document updateScript executionJan Tojnar1-4/+11
2023-03-20elixir-ls: rename elixir_ls to elixir-lssuperherointj1-1/+1
2023-03-19buildDotnetModule: add support for using combinePackages as dotnet-sdkmdarocha1-1/+1
This allows packages that require several dotnet versions to build (like BeatSaberModManager) to properly depend on the dotnet-sdk specific deps. This in turns avoids having to regenerate the deps of those packages after each dotnet-sdk update. This also changes nuget-to-nix to accept a file with a list of exclusions instead of a folder.
2023-03-19Merge pull request #187919 from amjoseph-nixpkgs/pr/manual/rust/buildRustXAdam Joseph1-5/+125
doc/../rust.section.md: fix incorrect header depths
2023-03-17remove references to crate2nix other than a link to its docsAdam Joseph1-107/+6
2023-03-17Update doc/languages-frameworks/rust.section.mdAdam Joseph1-1/+1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2023-03-17Update doc/languages-frameworks/rust.section.mdAdam Joseph1-1/+1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2023-03-17Merge pull request #221645 from ↵Bernardo Meurer1-4/+4
raboof/doc-stdenv-add-quotes-for-phases-with-newlines
2023-03-17doc/stdenv: add quotes to run phases with newlinesArnout Engelen1-4/+4
Without quotes newlines in environment variables get converted to spaces, so any overridden phases would not work.
2023-03-15doc/../rust.section.md: fix incorrect header depthsAdam Joseph1-5/+5
The headings for the Rust section are structured incorrectly in two ways: 1. The section "Compiling non-Rust packages that include Rust code" is totally specific to `buildRustPackage`. It should be a child of the "Compiling Rust applications with Cargo" section. 1. The section "Setting up `nix-shell`" is totally specific to `buildRustCrate`. It should be a child of the "Compiling Rust crates using Nix instead of Cargo" section. - Rust - Compiling Rust applications with Cargo - ... - Compiling non-Rust packages that include Rust code - ... - Compiling Rust crates using Nix instead of Cargo - ... - Setting Up `nix-shell` - ... - Rust - Compiling Rust applications with Cargo - ... - Compiling non-Rust packages that include Rust code - ... - Compiling Rust crates using Nix instead of Cargo - ... - Setting Up `nix-shell` - ...
2023-03-15Revert "carnix,cratesIO: remove" in doc/languages-frameworks/rust.section.mdAdam Joseph1-0/+221
This reverts the part of commit 82fe76d1cd0ff6607c4c6383fb9620f6615a84a0 that affected doc/languages-frameworks/rust.section.md
2023-03-13Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-10/+14
2023-03-12Merge branch 'master' into staging-nextVladimír Čunát1-0/+1
2023-03-12Merge master into haskell-updatesgithub-actions[bot]1-0/+1
2023-03-11doc: document fetchpatch's decode argumentAlyssa Ross1-0/+1
2023-03-09Merge master into haskell-updatesgithub-actions[bot]1-96/+76
2023-03-08Merge master into staging-nextgithub-actions[bot]1-96/+76
2023-03-08Merge pull request #219447 from figsoda/docsfigsoda1-96/+76
2023-03-05Merge master into haskell-updatesgithub-actions[bot]1-0/+1
2023-03-04Merge master into staging-nextgithub-actions[bot]1-0/+1
2023-03-04Merge pull request #218043 from addict3d/parameterise-guest-memsize-1Ryan Lahfa1-0/+1
nixos/lib/make-disk-image: expose memSize parameter
2023-03-03docs/rust: improve docs for nightly usagefigsoda1-96/+76
2023-03-01haskellPackages.ghc: 9.2.6 -> 9.2.7sternenseemann1-10/+14
https://www.haskell.org/ghc/blog/20230227-ghc-9.2.7-released.html Also updates some of the printouts in the manual. We should probably make it clear in the text that these may be outdated, since we are doing a terrible job keeping up…
2023-02-27Merge staging-next into staginggithub-actions[bot]1-2/+2
2023-02-27Merge pull request #218500 from alyssais/pythonForBuildArtturi1-2/+2
2023-02-27Merge staging-next into staginggithub-actions[bot]1-0/+5
2023-02-27doc/python: Explain opt-out out of bulk updatesMartin Weinelt1-0/+5
2023-02-26treewide: python{ => .pythonForBuild}.interpreterAlyssa Ross1-2/+2
It won't be enough to fix cross in all cases, but it is in at least one: pywayland. I've only made the change in cases I'm confident it's correct, as it would be wrong to change this when python.interpreter is used in wrappers, and possibly when it's used for running tests.
2023-02-26nixos/lib/make-disk-image: expose memSize parameterNick Bathum1-0/+1
Generating large disk images can fail from out-of-memory in vm-run.
2023-02-24Merge staging-next into staginggithub-actions[bot]2-1/+3
2023-02-24Merge master into staging-nextgithub-actions[bot]2-1/+3
2023-02-23Merge pull request #217870 from Artturin/envfixes1Weijia Wang1-1/+1
rPackages,emscriptenPackages: s/overrideDerivation/overrideAttrs
2023-02-23Merge pull request #217865 from ncfavier/doc-ignore-resultValentin Gagarin1-0/+2
doc: add `result` to .gitignore
2023-02-23Merge staging-next into staginggithub-actions[bot]2-2/+2
2023-02-23doc: add `result` to .gitignoreNaïm Favier1-0/+2
Ensure the local `result` symlink from an earlier build isn't copied to the store.
2023-02-23emscriptenPackages: s/overrideDerivation/overrideAttrsArtturin1-1/+1
https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation > Do not use this function in Nixpkgs as it evaluates a Derivation before modifying it, which breaks package abstraction and removes error-checking of function arguments
2023-02-23Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross2-2/+2
Conflicts: pkgs/development/libraries/pmdk/default.nix
2023-02-22treewide: manual fixups forArtturin2-2/+2
treewide: use toString on list NIX_CFLAGS_COMPILE treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-18Merge pull request #215715 from Artturin/removegirworkarounds2Artturi1-4/+0
2023-02-18Merge master into staging-nextgithub-actions[bot]1-7/+14
2023-02-18doc/haskell: Add clarifications in section about versionsmaralorn1-7/+14
2023-02-17treewide: remove issue #56943 workaroundsArtturin1-4/+0
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
2023-02-17Merge master into staging-nextgithub-actions[bot]2-1/+73