summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: note how to quickly get started with elmDomen Kožar2019-04-091-0/+4
* Merge pull request #58160 from worldofpeace/python-doc/cleanup•••doc/python: cleanup examples, referencesworldofpeace2019-04-081-80/+76
|\
| * fix Including a derivation using callPackage•••The example didn't use pkgs. worldofpeace2019-03-241-6/+5
| * fixup! doc/python: cleanup examples, referencesworldofpeace2019-03-241-4/+4
| * doc/python: cleanup examples, referencesworldofpeace2019-03-221-70/+67
* | Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-docker•••dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-061-12/+29
|\ \
| * | dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-061-12/+29
* | | Merge pull request #36886 from veprbl/symlinkJoin_doc•••doc: mention symlinkJoin in multiple-outputs sectionDmitry Kalinkin2019-03-301-0/+7
|\ \ \
| * | | manual: mention symlinkJoin in multiple-outputs sectionDmitry Kalinkin2019-03-301-0/+7
* | | | Merge pull request #56786 from Ma27/dlib-avx-fixes•••dlib: improve AVX configurationMaximilian Bosch2019-03-301-0/+27
|\ \ \ \
| * | | | dlib: add flag to disable AVX support•••Especially older hardware doesn't support AVX instructions. DLib is still functional there, but significantly slower[1]. By setting `avxInstructions` to false, DLib will be compiled without this feature. [1] http://dlib.net/compile.html Maximilian Bosch2019-03-031-0/+27
* | | | | dockerTools: add finalImageName parameter for pullImageJaka Hudoklin2019-03-261-7/+16
* | | | | manual: Fix typos ••• Thanks @matthewbauer! Co-Authored-By: Ericson2314 <git@JohnEricson.me>John Ericson2019-03-252-18/+18
* | | | | manual: Document `pkgsFooBar` and more•••There was a bunch of stuff in the cross section that haddn't had any attention in a while. I might need to slim it down later, but this is good for now. John Ericson2019-03-242-87/+299
* | | | | manual: Auto reformatJohn Ericson2019-03-243-26/+25
* | | | | manual: Make sure building doesn't need recursive nix•••$(shell ...) looks a little sketch like it will be run no matter what. And there are problems building the manual on darwin so hopefully this fixes them. John Ericson2019-03-241-6/+5
| |_|_|/ |/| | |
* | | | doc/python: remove unnecessary let statementFelix Biggs2019-03-221-15/+14
* | | | Merge pull request #57076 from Mic92/nix-review•••doc/reviewing-contributions: nix-review instead of nox-reviewJörg Thalheim2019-03-222-16/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc/reviewing-contributions: nix-review instead of nox-review•••It is faster, handles more edge cases and allows to test/review the built packages interactively. Jörg Thalheim2019-03-202-16/+16
| |/ /
* | | Add word `debug(ging)` to breakpointHook description for discoverabilitydeliciouslytyped2019-03-151-1/+2
* | | buildGoModule: function for packaging Go modules•••The function buildGoModule builds Go programs managed with Go modules. It builds a Go module through a two phase build: - An intermediate fetcher derivation. This derivation will be used to fetch all of the dependencies of the Go module. - A final derivation will use the output of the intermediate derivation to build the binaries and produce the final output. Wael M. Nasreddine2019-03-141-93/+174
* | | doc: format the documentation (#57102)Wael Nasreddine2019-03-0817-762/+762
|/ /
* | Merge staging-next into masterFrederik Rietdijk2019-03-011-4/+18
|\ \
| * \ Merge master into staging-nextFrederik Rietdijk2019-02-242-0/+122
| |\ \
| * | | buildPythonPackage: always export `LANG=C.UTF-8`Frederik Rietdijk2019-02-231-1/+0
| * | | buildPythonPackage: initial support for PEP 517Frederik Rietdijk2019-02-231-1/+1
| * | | Merge staging into python-unstableFrederik Rietdijk2019-02-212-0/+79
| |\ \ \
| * | | | buildPython*: enable strictDepsFrederik Rietdijk2019-02-171-2/+17
* | | | | Merge pull request #56408 from Mic92/runtime-shell•••treewide: use runtimeShell instead of stdenv.shell whenever possibleJohn Ericson2019-02-261-2/+2
|\ \ \ \ \
| * | | | | treewide: use runtimeShell instead of stdenv.shell whenever possible•••Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well. Jörg Thalheim2019-02-261-2/+2
| | |_|/ / | |/| | |
* / | | | doc/cross-compilation: fix typo•••Add missing verb.Lorenzo2019-02-261-1/+1
|/ / / /
* | | | Merge pull request #54693 from tilpner/appimage-tools•••appimageTools: initGraham Christensen2019-02-232-0/+122
|\ \ \ \ | |_|/ / |/| | |
| * | | appimageTools: init•••The appimageTools attrset contains utilities to prevent the usage of appimage-run to package AppImages, like done/attempted in #49370 and #53156. This has the advantage of allowing for per-package environment changes, and extracts into the store instead of the users home directory. The package list was extracted into appimageTools to prevent duplication. tilpner2019-02-232-0/+122
* | | | nix-gitignore: init at v3.0.0 (#46112)•••closes siers/nix-gitignore#6Raitis Veinbahs2019-02-182-0/+79
| |/ / |/| |
* | | Merge pull request #55138 from oxij/tree/random-fixes•••random cleanups and a tiny fixMichael Raskin2019-02-131-3/+3
|\ \ \
| * | | doc: fix some indentJan Malakhovski2019-02-031-3/+3
* | | | Merge pull request #55040 from tazjin/docs/fix-manual-makefile•••Fix manual Makefile by including function doc generationSamuel Dionne-Riel2019-02-101-4/+10
|\ \ \ \
| * | | | doc: Include function doc generation in Makefile•••Since #53055 was merged the Makefile for the manual could not be run correctly as the generated function documentation was included, but not actually generated. This adds the necessary generation step by first building the XML file containing function locations and preserving its store path in a variable, which is then used both for linking of the locations file and as a build input for the function docs generator. This fixes #55014 Vincent Ambo2019-02-011-4/+10
| |/ / /
* | | | Merge branch 'master' into staging-next•••Comments on conflicts: - llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is to build all targets, so we should be fine - some pypi hashes: they were equivalent, just base16 vs. base32 Vladimír Čunát2019-02-016-12/+503
|\| | |
| * | | Fix typos in docker tools docsAlexandre Esteves2019-01-301-7/+7
| * | | nixpkgs/manual: add one more fix for a missed reviewMatthew Bauer2019-01-271-3/+4
| * | | nixpkgs/manual: address review comments•••Mostly taken from requested changes exactly as recommended. Matthew Bauer2019-01-273-41/+90
| * | | nixpkgs/manual: add trivial builders section•••Fixes #25507. Matthew Bauer2019-01-262-0/+85
| * | | nixpkgs/manual: document default setup hooks•••Fixes #34857. Matthew Bauer2019-01-261-4/+131
| * | | nixpkgs/manual: document fetcher functions•••Fixes #32439. Matthew Bauer2019-01-262-0/+199
| |/ /
| * | Merge pull request #53501 from LnL7/manual-makeflagsarray•••doc: don't overwrite makeFlagsArray in the exampleDanylo Hlynskyi2019-01-231-1/+3
| |\ \
| | * | doc: don't overwrite makeFlagsArray in the example•••Arrays like these should be appended to instead of overwritten in almost every case to avoid loosing the existing flags. Daiderd Jordan2019-01-061-1/+3
| * | | Merge pull request #53934 from Mic92/prefer-fetch-remote•••prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-212-0/+28
| |\ \ \
| | * | | prefer-fetch-remote: an overlay to fetch on remote builders•••This is useful when running tools like NixOps or nix-review on workstations where the upload to the builder is significantly slower then downloading the source on the builder itself. Jörg Thalheim2019-01-182-0/+28
* | | | | Merge staging-next into stagingFrederik Rietdijk2019-01-193-8/+64
|\| | | |