about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-06-08Merge master into haskell-updatesgithub-actions[bot]1-4/+28
2024-06-07Merge pull request #315616 from doronbehar/doc/installCheckPhaseArnout Engelen1-4/+28
doc/meta: Mention --version as a good usecase for installCheckPhase
2024-06-07Merge master into haskell-updatesgithub-actions[bot]4-0/+141
2024-06-06Merge pull request #295155 from onemoresuza/hare-hookPeder Bergebakken Sundt2-0/+54
hareHook: init
2024-06-06Merge pull request #317575 from risicle/ris-doc-stdenv-hardening-flags-updateThomas Gerbet1-0/+22
doc/stdenv: hardening flags: update, add sections on `fortify3`, `zerocallusedregs`, `trivialautovarinit`
2024-06-06Merge pull request #290715 from Scrumplex/pkgs/build-support/fetchPnpmDepsDoron Behar1-0/+65
pnpm.fetchDeps: init
2024-06-06Merge master into haskell-updatesgithub-actions[bot]1-1/+3
2024-06-05doc/stdenv: hardening flags: add section on trivialautovarinitRobert Scott1-0/+6
2024-06-05doc/stdenv: hardening flags: add section on zerocallusedregsRobert Scott1-0/+4
2024-06-05doc/stdenv: hardening flags: add section on fortify3Robert Scott1-0/+10
2024-06-05doc/stdenv: hardening flags: add note on conditional support for some flagsRobert Scott1-0/+2
2024-06-05Merge pull request #316144 from Aleksanaa/flutter-appsMaciej Krüger1-1/+3
{yubioath-flutter, flet-client-flutter, fluffychat}: pin to flutter 3.19
2024-06-05Merge master into haskell-updatesgithub-actions[bot]1-4/+2
2024-06-04doc/hare: initCoutinho de Souza2-0/+54
2024-06-04doc: fix make-disk-image.nix exampleAlyssa Ross1-4/+2
2024-06-03doc/javascript: pnpm: mention lack of monorepos/workspaces supportDoron Behar1-0/+2
2024-06-02pnpm.fetchDeps: initSefa Eyeoglu1-0/+63
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-01Merge master into haskell-updatesgithub-actions[bot]1-0/+5
2024-05-31doc: improve the look of terms in definition lists (#313891)Daniel Sidhion1-0/+5
2024-05-31doc/dart: require to specify flutter versionaleksana1-1/+3
Context: @FlafyDev: I think flutter apps in nixpkgs should be required to specify a flutter version. like flutter319 and flutter322 instead of using flutter. https://github.com/NixOS/nixpkgs/pull/313711
2024-05-31Merge master into haskell-updatessternenseemann2-5/+3
2024-05-31Merge pull request #316056 from tie/doc-testers-testEqualContentsRobert Hensing1-1/+1
doc: fix testers.testEqualContents fragment link
2024-05-31doc: fix testers.testEqualContents fragment linkIvan Trubach1-1/+1
2024-05-30doc/meta: still mention testVersion near the installCheckPhase recommendationDoron Behar1-0/+2
2024-05-30doc/meta: Mention --version as a good usecase for installCheckPhaseDoron Behar1-2/+22
2024-05-30doc/meta: better explain an advantage or passthru.testsDoron Behar1-1/+1
2024-05-30doc/meta: small link target shortenningDoron Behar1-1/+1
Shorten the path from the link to the to actual content about passthru.tests - the content was moved into pkgs/README.md .
2024-05-30doc/meta: mention how Hydra and other tools don't run passthru.testsDoron Behar1-0/+2
2024-05-30doc/languages-frameworks/nim: fix buildNimPackage exampleEmery Hemingway1-1/+1
fix #287355
2024-05-30nimOverrides: do not pass final attrset to override funcsEmery Hemingway1-3/+1
The final attrset is not used by any of the overrides and presents a infinite recursion hazard. Performance of buildNimPackage is improved.
2024-05-27haskell.lib.compose.justStaticExecutables: Forbid references to GHCRebecca Turner1-8/+53
This makes `justStaticExecutables` error if the produced store path contains references to GHC. This is almost always erroneous and due to the generated `Paths_*` module being imported. This helps prevent `justStaticExecutables` from producing binaries with closure sizes in the gigabytes. See: https://github.com/NixOS/nixpkgs/issues/164630 Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2024-05-27testers.lycheeLinkCheck: init (#298665)Robert Hensing1-0/+76
* testers.lycheeLinkCheck: init Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-05-23Merge pull request #313514 from tie/dotnet-cross-splitDavid McFarland1-1/+0
buildDotnetModule: fix cross-compilation and remove dotnet-test-sdk
2024-05-23doc: autogenerate python interpreter table (#313408)Alejandro Sánchez Medina3-11/+73
* doc: autogenerate python interpreter table This serves as a practical example on generating documentation by inspection of the evaluated Nixpkgs tree. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-05-22buildDotnetModule: fix cross-compilation and remove dotnet-test-sdkIvan Trubach1-1/+0
This change fixes cross-compilation for .NET packages (that are not using .sln as project files). See relevant comment in the change list for more details. In addition to that, it removes dotnet-test-sdk that appears to be broken, that is, dotnet --list-sdks does not recognize SDKs from PATH, and when propagated from the check hook it was shadowed by inputs from preceding hooks. Note that dotnet-test-sdk used to work when it was introduced in PR 144062, but PR 155257 probably overlooked this case. However, currently it is not used in Nixpkgs and I think dotnetCorePackages.combinePackages should cover the intended use case for dotnet-test-sdk.
2024-05-14Merge master into haskell-updatesgithub-actions[bot]2-2/+2
2024-05-13Remove mentions of documentation-reviewers teamSilvan Mosberger1-1/+1
See also https://github.com/NixOS/nix.dev/pull/978
2024-05-13doc: fix meta.badPlatforms exampleAlyssa Ross1-1/+1
error: attribute 'isStatic' missing
2024-05-10Merge master into haskell-updatesgithub-actions[bot]1-1/+1
2024-05-09callCabal2nixWithOptions: add srcModifier argumentArmando Ramirez1-7/+65
Fixes #256769 Repro + test of fix here: https://gitlab.com/ramirez7/bug-repros/-/merge_requests/1 Adds a `srcModifier` argument to `callCabal2nixWithOptions` to allow customizing the source files used to generate the cabal file (e.g. to support `hpack`/`package.yaml`).
2024-05-09doc/go: Update url for module documentationFlorian Engel1-1/+1
The old wiki is deprecated
2024-05-03Merge #307770: add optional version check in `testers.hasPkgConfigModules`nicoo1-4/+8
2024-05-03Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-05-02doc: Use substitute --replace-fail in manualsJan Tojnar1-1/+1
This fixes a warning about --replace being deprecated.
2024-05-02Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-05-02zig: 0.11 -> 0.12 (#306077)Felix Uhl1-2/+2
This upgrades the default version of zig to zig_0_12, which builds reproducibly on darwin. Fixes #299091. Also upgrades all packages compatible with zig 0.12 to that version. I tried to upgrade packages currently pinning 0.11 as well, but only a few worked. Co-authored-by: Weijia Wang (wegank) <contact@weijia.wang>
2024-05-01Merge branch 'master' into staging-nextK9001-3/+3
2024-05-01Merge pull request #308019 from bobby285271/upd/homepageBobby Rong1-3/+3
treewide: Move away from wiki.gnome.org (part 1)
2024-04-30doc: Mention `testers.hasPkgConfigModules` and its `versionCheck` parameter ↵nicoo1-4/+8
in the appropriate section
2024-05-01treewide: Move away from wiki.gnome.org/ProjectsBobby Rong1-3/+3
The wiki.gnome.org site is planned for retirement.