summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26doc: Remove improper use of backticksJosef Kemetmüller2-2/+2
2019-11-24Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-supportJohn Ericson1-1/+1
2019-11-24doc: Fix and clarify `allowInsecurePredicate` exampleJohn Ericson1-1/+1
I had made inbalanced parens. Remove unneeded parens for legibility too.
2019-11-24Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson86-8380/+5422
2019-11-24treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson1-6/+5
That is because this commit should be merged to both master and release-19.09.
2019-11-21A few updates for the Haskell guideSimon Jakobi1-21/+23
2019-11-17beam-modules/hex-snapshot: removeThomas Depierre1-286/+21
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.
2019-11-15doc/contributing: mention the word “backporting” for grep-abilityProfpatsch1-1/+1
When a contributor wants to know how to do this ominous “backporting” everybody is talking about, a grep should be enough to find it.
2019-11-14Merge pull request #73362 from Infinisil/buildStackProjectChrootDennis Gosnell1-1/+3
buildStackProject: Set __noChroot to make it fail without sandbox
2019-11-14docs/haskell: Mention buildStackProject needs a disabled sandboxSilvan Mosberger1-1/+3
2019-11-13documentation: show combining python35.withPackages and mkShellArnout Engelen1-0/+18
this had me stumped - thanks to adisbladis on irc
2019-11-13nixpkgs manual: add section on submitting security fixesFrederik Rietdijk1-0/+27
2019-11-13nixpkgs manual: fix buildFrederik Rietdijk1-3/+5
after it was broken by 331f45f7bb5a90ce2b5516a9ae34da566f54e69c
2019-11-12update contributors documentation for nix-review (#73217)DavHau1-3/+6
Useful for newcomers who want to do their review after committing and then stumbling across the PR checklist. * replace nix-shell with nix run
2019-11-11xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add ↵Sander van der Burg1-1/+11
troubleshooting section to docs
2019-11-09documentation: drop double 'the'Arnout Engelen3-4/+4
2019-11-09doc: fix allowUnfreePredicate example following the introduction of pnameThéo Zimmermann1-1/+1
Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-11-01Merge pull request #71899 from decentriq/aslemmer/build-rust-package-add-targetJörg Thalheim1-0/+11
build-support/rust: Add target option
2019-11-01buildRustPackage: Add readme comment on target optionexfalso1-0/+11
2019-10-31nixpkgs manual: document staging-next branchFrederik Rietdijk1-20/+21
2019-10-30nixpkgs manual: fix white space and indentationFrederik Rietdijk20-390/+371
2019-10-30nixpkgs manual: move builders into one folderFrederik Rietdijk18-1/+1
2019-10-30nixpkgs manual: move using chapters into one folderFrederik Rietdijk4-3/+3
2019-10-30nixpkgs manual: move stdenv chapters into one folderFrederik Rietdijk6-5/+5
2019-10-30nixpkgs manual: move contributing chapters into one folderFrederik Rietdijk6-5/+5
2019-10-30nixpkgs manual: various improvements in introductionFrederik Rietdijk2-12/+13
- rename to preface to be inline with NixOS manual - refer to other manuals - use https - change example channel to 19.09
2019-10-24Merge pull request #71780 from NixOS/staging-nextFrederik Rietdijk2-10/+3
Staging next
2019-10-24doc: fix tiny typoStig Otnes Kolstad1-1/+1
2019-10-22Merge staging-next into stagingFrederik Rietdijk46-829/+883
2019-10-21doc: move fhs and mkShell under builders/specialFrederik Rietdijk5-2/+13
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...
2019-10-21doc: move overrides into separate chapterFrederik Rietdijk3-4/+4
2019-10-21doc: move image builders into new images chapterFrederik Rietdijk9-4/+13
2019-10-20doc: move fetchers and trivial builders under buildersFrederik Rietdijk4-10/+10
2019-10-20doc: split packages part into xml file per packageFrederik Rietdijk19-774/+803
2019-10-20doc: merge package notes and package-specific notesFrederik Rietdijk4-360/+353
Maybe there was an idea behind this separation, but looking at the contents I don't see any reason for these being separate.
2019-10-20doc: organize chapters into parts, and reduce toc depthFrederik Rietdijk13-29/+41
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.
2019-10-17Remove references to the nixpkgs-channels repoEelco Dolstra2-10/+3
Channel branches are now provided in the nixpkgs repo. Issue #71176.
2019-10-15Fix typos in the Nixpkgs Manual. (#70775)Danny Bautista2-3/+3
2019-10-14doc/python: clarify python nix tooling effortsAnders Riutta1-3/+2
@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`.
2019-10-08Merge master into staging-nextFrederik Rietdijk1-14/+1
2019-10-06doc/beam: rebar3-open is now removed (#70523)Thomas Depierre1-14/+1
2019-10-03Merge branch 'master' into staging-nextJan Tojnar1-0/+4
2019-09-30buildRustPackage: add verifyCargoDeps optionzimbatm1-0/+4
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.
2019-09-22gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)Jan Tojnar1-1/+10
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-1/+11
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-11/+1
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-19Merge master into staging-nextFrederik Rietdijk2-4/+4
2019-09-19Merge pull request #69056 from asbachb/fix-outdated-config-referenceMatthew Bauer1-2/+2
doc: replaced outdated config reference `build-use-sandbox` with `san…
2019-09-19doc/gnome: describe icon-theme.cacheJan Tojnar1-0/+9
2019-09-19Fix exampleAlexandre Esteves1-2/+2