summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
|\ \ | |/ |/|
| * Merge pull request #69056 from asbachb/fix-outdated-config-referenceMatthew Bauer2019-09-19
| |\ | | | | | | doc: replaced outdated config reference `build-use-sandbox` with `san…
| | * doc: replaced outdated config reference `build-use-sandbox` with `sandbox`Benjamin Asbach2019-09-19
| | |
| * | Fix exampleAlexandre Esteves2019-09-19
| |/
* | Merge branch 'master' into staging-nextJan Tojnar2019-09-18
|\|
| * doc: re-formatJan Tojnar2019-09-18
| |
* | Merge branch 'master' into staging-nextJan Tojnar2019-09-18
|\|
| * doc/stdenv: document meson variablesworldofpeace2019-09-17
| |
* | Merge branch 'master' into staging-nextVladimír Čunát2019-09-15
|\|
| * Merge pull request #68372 from obadz/citrix-receiver-decomissionMaximilian Bosch2019-09-14
| |\ | | | | | | citrix-receiver: decomission in favor of citrix-workspace.
| | * citrix-receiver: decomission in favor of citrix-workspace.obadz2019-09-14
| | | | | | | | | | | | Already documented in #64645
| * | Fix typoAlexandre Esteves2019-09-14
| |/
* | nixos/doc/gnome: fix exampleJan Tojnar2019-09-10
| |
* | wrapGAppsHook: add wrapGApp helperJan Tojnar2019-09-10
|/
* doc: add GNOME (#43150)Jan Tojnar2019-09-10
|\ | | | | doc: add GNOME
| * doc/gnome: explain glib passthru functionsworldofpeace2019-09-06
| | | | | | | | Examples are updated to commits that use them as well.
| * doc/gnome: explain double wrapped binariesworldofpeace2019-09-06
| |
| * doc: add GNOMEJan Tojnar2019-09-06
| | | | | | | | Closes: #16285
* | ociTools: fixing outdated documentationKatharina Fey2019-09-09
| |
* | Split buildPythonPackage into setup hooksFrederik Rietdijk2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit splits the `buildPythonPackage` into multiple setup hooks. Generally, Python packages are built from source to wheels using `setuptools`. The wheels are then installed with `pip`. Tests were often called with `python setup.py test` but this is less common nowadays. Most projects now use a different entry point for running tests, typically `pytest` or `nosetests`. Since the wheel format was introduced more tools were built to generate these, e.g. `flit`. Since PEP 517 is provisionally accepted, defining a build-system independent format (`pyproject.toml`), `pip` can now use that format to execute the correct build-system. In the past I've added support for PEP 517 (`pyproject`) to the Python builder, resulting in a now rather large builder. Furthermore, it was not possible to reuse components elsewhere. Therefore, the builder is now split into multiple setup hooks. The `setuptoolsCheckHook` is included now by default but in time it should be removed from `buildPythonPackage` to make it easier to use another hook (curently one has to pass in `dontUseSetuptoolsCheck`).
* | Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\ \ | | | | | | | | | Fixed trivial conflicts caused by removing rec.