summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* python: Add support for installing Python eggsadisbladis2020-01-08
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* buildGoModule: support impure modules (#76532)zimbatm2019-12-28
| | | | | | | | | | | | When modSha256 is null, disable the nix sandbox instead of using a fixed-output derivation. This requires the nix-daemon to have `sandbox = relaxed` set in their config to work properly. Because the output is (hopefully) deterministic based on the inputs, this should give a reproducible output. This is useful for development outside of nixpkgs where re-generating the modSha256 on each mod.sum changes is cumbersome. Don't use this in nixpkgs! This is why null is not the default value.
* nixpkgs-review: 2.1.0 -> 2.1.1Jörg Thalheim2019-12-22
| | | | changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
* doc/texlive: Add "Custom packages" section (#74519)Immae2019-12-21
| | | | Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* Merge pull request #75822 from LnL7/manual-python-virtualenvMaximilian Bosch2019-12-19
|\ | | | | manual: specify interpreter in virtualenv shell
| * manual: specify interpreter in virtualenv shellDaiderd Jordan2019-12-17
| | | | | | | | | | Without this virtualenv might try to setup an environment for a different version of python then the one specified in the expression.
* | Merge pull request #74862 from alyssais/fetchgittilesMichael Raskin2019-12-17
|\ \ | |/ |/| fetchFromGitiles: init
| * fetchFromGitiles: initAlyssa Ross2019-12-02
| | | | | | | | | | | | | | | | | | | | | | This has the same motivation as fetchFromGitHub/fetchFromGitLab -- it's cheaper to download a tarball of a single revision than it is to download a whole history. I could have gone with domain/group/repo, like fetchFromGitLab, but it would have made implementation more difficult, and this syntax means it's a drop-in replacement for fetchgit, so I decided it wasn't worth it.
* | dockerTools: the API has basically never changedGraham Christensen2019-12-16
| |
* | dolt: init at 0.12.0 (#75693)Danylo Hlynskyi2019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dolt: init at 0.12.0 * Update pkgs/servers/sql/dolt/default.nix Co-Authored-By: robert seaton <robbpseaton@gmail.com> * fix eval * Update pkgs/servers/sql/dolt/default.nix Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com> * update Go docs as well
* | Merge pull request #75465 from worldofpeace/gnome-argsworldofpeace2019-12-15
|\ \ | | | | | | doc/gnome: update wrapper args example, remove proliferated uses
| * | doc/gnome: update wrapper args exampleworldofpeace2019-12-10
| | | | | | | | | | | | It now breaks down as mentioned in https://github.com/NixOS/nixpkgs/issues/75443
* | | Merge pull request #74506 from waiting-for-dev/dontInstallMarek Mahut2019-12-10
|\ \ \ | |/ / |/| | doc/stdenv: Add docs for 'dontInstall' variable
| * | doc/stdenv: Add docs for 'dontInstall' variableMarc Busqué2019-11-28
| | |
* | | doc/contributing: mention icons & themes foldersRenaud2019-12-07
| | | | | | | | | (#74376)
* | | pkgs/build-support/trivial-builders: remove runCommandCCLocalProfpatsch2019-12-04
| | | | | | | | | | | | | | | | | | | | | | | | We shouldn’t force the user to have a C compiler in scope, just because the derivation is forced to build locally. That can’t be counted as “lightweight” anymore. Co-Authored-By: Silvan Mosberger<contact@infinisil.com>
* | | doc/builders: add ids to the trivial builder definitionsProfpatsch2019-12-04
| | | | | | | | | | | | | | | This makes it possible to reference single function definitions, for pointing people to their exact definition.
* | | doc/builders/trivial-builders: added runCommandLocal docsProfpatsch2019-12-04
| |/ |/| | | | | | | | | The link in the note points to the `id` added in https://github.com/NixOS/nix/pull/3255, so it might take some time to start working correctly.
* | dconf: move to top-levelJan Tojnar2019-12-01
| |
* | Merge pull request #73846 from sjakobi/patch-1Peter Simons2019-11-29
|\ \ | |/ |/| A few updates for the Haskell guide
| * A few updates for the Haskell guideSimon Jakobi2019-11-21
| |
* | doc: Remove improper use of backticksJosef Kemetmüller2019-11-26
| |
* | Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-supportJohn Ericson2019-11-24
|\ \
| * | doc: Fix and clarify `allowInsecurePredicate` exampleJohn Ericson2019-11-24
| | | | | | | | | | | | I had made inbalanced parens. Remove unneeded parens for legibility too.
* | | Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|\ \ \ | |/ / |/| / | |/
| * beam-modules/hex-snapshot: removeThomas Depierre2019-11-17
| | | | | | | | | | | | The package set is not maintained. It is also not used by most of the BEAM community. Removing it to allow a more useful set of tools fit to the BEAM community in Nixpkgs.
| * doc/contributing: mention the word “backporting” for grep-abilityProfpatsch2019-11-15
| | | | | | | | | | When a contributor wants to know how to do this ominous “backporting” everybody is talking about, a grep should be enough to find it.
| * Merge pull request #73362 from Infinisil/buildStackProjectChrootDennis Gosnell2019-11-14
| |\ | | | | | | buildStackProject: Set __noChroot to make it fail without sandbox
| | * docs/haskell: Mention buildStackProject needs a disabled sandboxSilvan Mosberger2019-11-14
| | |
| * | documentation: show combining python35.withPackages and mkShellArnout Engelen2019-11-13
| | | | | | | | | | | | this had me stumped - thanks to adisbladis on irc
| * | nixpkgs manual: add section on submitting security fixesFrederik Rietdijk2019-11-13
| | |
| * | nixpkgs manual: fix buildFrederik Rietdijk2019-11-13
| | | | | | | | | | | | after it was broken by 331f45f7bb5a90ce2b5516a9ae34da566f54e69c
| * | update contributors documentation for nix-review (#73217)DavHau2019-11-12
| |/ | | | | | | | | | | | | | | Useful for newcomers who want to do their review after committing and then stumbling across the PR checklist. * replace nix-shell with nix run
| * xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add ↵Sander van der Burg2019-11-11
| | | | | | | | troubleshooting section to docs
| * documentation: drop double 'the'Arnout Engelen2019-11-09
| |
| * doc: fix allowUnfreePredicate example following the introduction of pnameThéo Zimmermann2019-11-09
| | | | | | | | Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
| * Merge pull request #71899 from decentriq/aslemmer/build-rust-package-add-targetJörg Thalheim2019-11-01
| |\ | | | | | | build-support/rust: Add target option
| | * buildRustPackage: Add readme comment on target optionexfalso2019-11-01
| | |
| * | nixpkgs manual: document staging-next branchFrederik Rietdijk2019-10-31
| | |
| * | nixpkgs manual: fix white space and indentationFrederik Rietdijk2019-10-30
| | |
| * | nixpkgs manual: move builders into one folderFrederik Rietdijk2019-10-30
| | |
| * | nixpkgs manual: move using chapters into one folderFrederik Rietdijk2019-10-30
| | |
| * | nixpkgs manual: move stdenv chapters into one folderFrederik Rietdijk2019-10-30
| | |
| * | nixpkgs manual: move contributing chapters into one folderFrederik Rietdijk2019-10-30
| | |
| * | nixpkgs manual: various improvements in introductionFrederik Rietdijk2019-10-30
| | | | | | | | | | | | | | | | | | | | | - rename to preface to be inline with NixOS manual - refer to other manuals - use https - change example channel to 19.09
| * | Merge pull request #71780 from NixOS/staging-nextFrederik Rietdijk2019-10-24
| |\ \ | | | | | | | | Staging next
| | * \ Merge staging-next into stagingFrederik Rietdijk2019-10-22
| | |\ \
| | * | | Remove references to the nixpkgs-channels repoEelco Dolstra2019-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Channel branches are now provided in the nixpkgs repo. Issue #71176.
| * | | | doc: fix tiny typoStig Otnes Kolstad2019-10-24
| | |/ / | |/| |