summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge master into staging-nextgithub-actions[bot]2024-11-121-4/+10
|\
| * devmode: move to pkgs/by-name•••now one can use `devmode` from anywhere Nixpkgs is available: devmode = pkgs.devmode.override { buildArgs = toString ./.; open = "/index.html"; }; Valentin Gagarin2024-11-121-2/+3
| * devmode: make reusable•••the `devmode` helper made for the Nixpkgs/NixOS manual was exposed wrapped in `mkShell`, which made it impossible to reuse. this change strips that wrapper and reproduces it at the call site. now one can use `devmode` from anywhere Nixpkgs is available: devmode = pkgs.callPackage "${pkgs.path}/pkgs/tools/nix/web-devmode.nix" { buildArgs = toString ./.; open = "/index.html"; }; Valentin Gagarin2024-11-121-4/+9
* | Merge master into staging-nextgithub-actions[bot]2024-11-121-2/+2
|\|
| * doc/tauri: stdenv.is* -> stdenv.hostPlatform.is*•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> Sefa Eyeoglu2024-11-111-2/+2
* | Merge master into staging-nextgithub-actions[bot]2024-11-101-185/+244
|\|
| * doc: revise Darwin SDK documentation (#353439)Emily2024-11-101-185/+244
| |\
| | * doc: revise Darwin SDK documentation•••Based on experience with other maintainers trying to update their packages, the documentation has been updated for clarity. It is also no longer recommended to propagate an SDK in most circumstances. Randy Eckenrode2024-11-081-185/+244
* | | Merge master into staging-nextgithub-actions[bot]2024-11-102-0/+5
|\| |
| * | doc/hooks/aws-c-common: init (#351394)Tomodachi942024-11-092-0/+5
| |\ \ | | |/ | |/|
| | * doc/hooks/aws-c-common: init•••Part of #341479 Tomo2024-11-102-0/+5
* | | Reapply "haskellPackages: update stackage and hackage" (#354547)•••This reverts commit 7701a9e6c64005200573958e71ee43852dc65f20, reversing changes made to 8991dc8e9dc52974d9cdf73ebd89e1f12ccb1eda. Restore haskell-updates on staging-next to save resources on hydra. Martin Weinelt2024-11-081-2/+2
* | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2024-11-081-2/+2
|\| |
| * | Revert "haskellPackages: update stackage and hackage"Vladimír Čunát2024-11-081-2/+2
* | | qt: editing pass on docsK9002024-11-071-2/+2
* | | doc/qt: Mention propagates and wrapQtAppsNoGuiHook•••Co-authored-by: eclairevoyant <contactmeongithubinstead@proton.me> Co-authored-by: Artturin <Artturin@artturin.com> rewine2024-11-071-3/+5
* | | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-11-071-2/+2
|\| |
| * | Merge branch master into haskell-updatessternenseemann2024-11-071-2/+2
| |\ \
| * \ \ Merge master into haskell-updatesgithub-actions[bot]2024-11-071-3/+4
| |\ \ \
| * \ \ \ Merge master into haskell-updatesgithub-actions[bot]2024-11-041-1/+1
| |\ \ \ \
| * | | | | doc/haskell: update default GHC versionsternenseemann2024-11-031-2/+2
* | | | | | Merge staging-next into staginggithub-actions[bot]2024-11-071-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | doc: replace references to `--replace` for the `substitute` command (#354093)Fabián Heredia Montiel2024-11-061-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | doc: replace references to `--replace` for the `substitute` command•••The `--replace` argument for `substitute` and `substituteInPlace` was deprecated in e07a2fab7f065c3fa084027f07dcf8cafbd19394. Updating all references in the nixpkgs manual to use `--replace-fail`. Daniel Baker2024-11-061-2/+2
| | | |/ / | | |/| |
* | | | | Merge staging-next into staginggithub-actions[bot]2024-11-071-3/+4
|\| | | |
| * | | | docs: rust: Improve wording about adding Cargo.lock to src (#340287)jopejoe12024-11-071-3/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | docs: rust: Improve wording about adding Cargo.lock to src•••Improved the wording about adding the Cargo.lock file to src. It was not clear when this operation was necessary. Daniel Baker2024-09-061-3/+4
* | | | | Merge staging-next into staginggithub-actions[bot]2024-11-031-1/+1
|\| | | |
| * | | | treewide: fix links to `specifications.freedesktop.org` (#350918)Philip Taron2024-11-031-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fix links to `specifications.freedesktop.org`Victor Duarte2024-10-241-1/+1
* | | | | Merge remote-tracking branch 'origin/staging-next' into stagingK9002024-11-031-2/+1
|\| | | |
| * | | | doc/languages-frameworks/java: remove reference to oraclejdk•••About to be removed, and this doesn't look true anymore. Tomo2024-11-021-2/+1
* | | | | Merge staging-next into staginggithub-actions[bot]2024-11-021-0/+4
|\| | | |
| * | | | `haskellPackages.mkDerivation`: Add support for `sourceRoot` and `setSourceRo...maralorn2024-11-011-0/+4
| |\ \ \ \
| | * | | | haskell.mkDerivation: Support sourceRoot, setSourceRoot•••Allow setting `sourceRoot` and `setSourceRoot` in the arguments to `haskellPackages.mkDerivation`. These arguments are passed directly to `stdenv.mkDerivation`. It may be worth reading over `pkgs/stdenv/generic/setup.sh` and checking if there's other unsupported variables which may be useful. It may also be worth adding an argument like `extraAttrs` to be passed to `stdenv.mkDerivation` directly, as an escape hatch. Rebecca Turner2024-10-251-0/+4
* | | | | | Merge staging-next into staginggithub-actions[bot]2024-11-012-0/+6
|\| | | | |
| * | | | | doc/hooks/xfce4-dev-tools: document hook (#351512)Aleksana2024-11-012-0/+6
| |\ \ \ \ \
| | * | | | | doc/hooks/xfce4-dev-tools: document hook•••Part of #341479 Related: https://github.com/orgs/NixOS/projects/67/views/1?pane=issue&itemId=84912848 Tomo2024-10-312-0/+6
* | | | | | | Merge staging-next into staginggithub-actions[bot]2024-10-311-1/+1
|\| | | | | |
| * | | | | | Merge master into staging-nextgithub-actions[bot]2024-10-311-1/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ doc/hooks/just: fix link (#350882)Tomo2024-10-301-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | doc/hooks/just: fix link•••Related: https://github.com/casey/just/issues/2368 Tomo2024-10-241-1/+1
| | | | |_|/ / / | | | |/| | | |
* | | | | | | | Merge staging-next into staginggithub-actions[bot]2024-10-311-1/+1
|\| | | | | | |
| * | | | | | | Merge master into staging-nextgithub-actions[bot]2024-10-311-1/+1
| |\| | | | | |
| | * | | | | | docs: update docker and podman anchor on CUDA sectionRafael Fernández López2024-10-301-1/+1
* | | | | | | | Merge staging-next into staginggithub-actions[bot]2024-10-291-1/+1
|\| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-10-281-1/+1
| |\| | | | | |
| | * | | | | | docs: fix typo "derivaton" → "derivation" (×3)Samuel Tardieu2024-10-281-1/+1
| | | |/ / / / | | |/| | | |
* | | | | | | Merge staging-next into staginggithub-actions[bot]2024-10-272-0/+55
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-10-262-0/+55
| |\| | | | |