summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| | |/ / | |/| |
| * | | doc: move fhs and mkShell under builders/specialFrederik Rietdijk2019-10-21
| | | | | | | | | | | | | | | | | | | | | | | | In my opinion Functions should only contain pure functions. These are both meant to provide derivations so I put them under Builders. Don't know exactly *where* to put them so "special" it is...
| * | | doc: move overrides into separate chapterFrederik Rietdijk2019-10-21
| | | |
| * | | doc: move image builders into new images chapterFrederik Rietdijk2019-10-21
| | | |
| * | | doc: move fetchers and trivial builders under buildersFrederik Rietdijk2019-10-20
| | | |
| * | | doc: split packages part into xml file per packageFrederik Rietdijk2019-10-20
| | | |
| * | | doc: merge package notes and package-specific notesFrederik Rietdijk2019-10-20
| | | | | | | | | | | | | | | | | | | | Maybe there was an idea behind this separation, but looking at the contents I don't see any reason for these being separate.
| * | | doc: organize chapters into parts, and reduce toc depthFrederik Rietdijk2019-10-20
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Reorganize the chapters into parts and reduce the TOC depth to make the TOC useful again. The top-level TOC is very brief, but that is fine because every part will have its own TOC. Section titles of languages/frameworks are also simplified to just the name of the language/framework.
| * | Fix typos in the Nixpkgs Manual. (#70775)Danny Bautista2019-10-15
| | |
| * | doc/python: clarify python nix tooling effortsAnders Riutta2019-10-14
| | | | | | | | | | | | | | | @garbas and @seppeljordan, are these updates correct? I removed `offlinehacker/pypi2nix` as an unmaintained ancestor of the current repo `nix-community/pypi2nix`. It appears @garbas forked `offlinehacker/pypi2nix` to `garbas/pypi2nix` and then handed off maintainership to @seppeljordan, transferring the repo to `nix-community/pypi2nix`.
| * | Merge master into staging-nextFrederik Rietdijk2019-10-08
| |\|
| | * doc/beam: rebar3-open is now removed (#70523)Thomas Depierre2019-10-06
| | |
| * | Merge branch 'master' into staging-nextJan Tojnar2019-10-03
| |\|
| | * buildRustPackage: add verifyCargoDeps optionzimbatm2019-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One issue with cargoSha256 is that it's hard to detect when it needs to be updated or not. It's possible to upgrade a package and forget to update cargoSha256 and run with old versions of the program or libraries. This commit introduces `verifyCargoDeps` which, when enabled, will check that the Cargo.lock is not out of date in the cargoDeps by comparing it with the package source.
| | * Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | | | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
| | * Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | | | | | | | | | | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
| * | gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)Jan Tojnar2019-09-22
| |\ \ | | |/ | |/| gtk3.setupHook: clear icon-theme.cache in preFixup
| | * doc/gnome: describe icon-theme.cacheJan Tojnar2019-09-19
| | |
| | * nixos/doc/gnome: clarify icon theme availabilityJan Tojnar2019-09-18
| | |
| * | Merge master into staging-nextFrederik Rietdijk2019-09-19
| |\ \ | | |/ | |/|