about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Changelog meta entry (#60371)Michael Raskin2019-05-10
| | | | meta.changelog: enable, document, add for GNU Hello
* doc/stdenv: put note about remote builds with breakpointHook into a <note>Maximilian Bosch2019-05-07
| | | | | | With remote builds, the sandbox can't be accessed by `cntr` as it is on a different machine. I decided to put this into an extra `note` block as it took me admittedly too much time to figure this out.
* Merge pull request #56420 from p-alik/masterLassulus2019-04-27
|\ | | | | add missed internal links into haskell.section.md
| * haskell docs: add missed internal links into haskell.section.mdAlexei Pastuchov2019-03-15
| |
* | doc: fix syntax error in python documentationLinus Heckemann2019-04-25
| |
* | python-docs: typocdyson372019-04-23
| |
* | treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | | | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* | Merge pull request #58504 from symphorien/static-prootDmitry Kalinkin2019-04-13
|\ \ | | | | | | Static proot, wafHook cross compilation
| * | wafHook: let derivations use an existing waf in a non-standard locationSymphorien Gibol2019-03-28
| | | | | | | | | | | | this is necessary for talloc
* | | doc: note how to quickly get started with elmDomen Kožar2019-04-09
| | |
* | | Merge pull request #58160 from worldofpeace/python-doc/cleanupworldofpeace2019-04-08
|\ \ \ | | | | | | | | doc/python: cleanup examples, references
| * | | fix Including a derivation using callPackageworldofpeace2019-03-24
| | | | | | | | | | | | | | | | The example didn't use pkgs.
| * | | fixup! doc/python: cleanup examples, referencesworldofpeace2019-03-24
| | | |
| * | | doc/python: cleanup examples, referencesworldofpeace2019-03-22
| | | |
* | | | Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-dockerJaka Hudoklin2019-04-06
|\ \ \ \ | | | | | | | | | | dockerTools: add nix-prefetch-docker script
| * | | | dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-06
| | | | |
* | | | | Merge pull request #36886 from veprbl/symlinkJoin_docDmitry Kalinkin2019-03-30
|\ \ \ \ \ | | | | | | | | | | | | doc: mention symlinkJoin in multiple-outputs section
| * | | | | manual: mention symlinkJoin in multiple-outputs sectionDmitry Kalinkin2019-03-30
| | | | | |
* | | | | | Merge pull request #56786 from Ma27/dlib-avx-fixesMaximilian Bosch2019-03-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | dlib: improve AVX configuration
| * | | | | | dlib: add flag to disable AVX supportMaximilian Bosch2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | dockerTools: add finalImageName parameter for pullImageJaka Hudoklin2019-03-26
| | | | | | |
* | | | | | | manual: Fix typos John Ericson2019-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks @matthewbauer! Co-Authored-By: Ericson2314 <git@JohnEricson.me>
* | | | | | | manual: Document `pkgsFooBar` and moreJohn Ericson2019-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | manual: Auto reformatJohn Ericson2019-03-24
| | | | | | |
* | | | | | | manual: Make sure building doesn't need recursive nixJohn Ericson2019-03-24
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(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.
* | | | | | doc/python: remove unnecessary let statementFelix Biggs2019-03-22
| |_|_|/ / |/| | | |
* | | | | Merge pull request #57076 from Mic92/nix-reviewJörg Thalheim2019-03-22
|\ \ \ \ \ | |_|_|/ / |/| | | | doc/reviewing-contributions: nix-review instead of nox-review
| * | | | doc/reviewing-contributions: nix-review instead of nox-reviewJörg Thalheim2019-03-20
| |/ / / | | | | | | | | | | | | | | | | It is faster, handles more edge cases and allows to test/review the built packages interactively.
* | | | Add word `debug(ging)` to breakpointHook description for discoverabilitydeliciouslytyped2019-03-15
| | | |
* | | | buildGoModule: function for packaging Go modulesWael M. Nasreddine2019-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | doc: format the documentation (#57102)Wael Nasreddine2019-03-08
|/ / /
* | | Merge staging-next into masterFrederik Rietdijk2019-03-01
|\ \ \
| * \ \ Merge master into staging-nextFrederik Rietdijk2019-02-24
| |\ \ \ | | | |/ | | |/|
| * | | buildPythonPackage: always export `LANG=C.UTF-8`Frederik Rietdijk2019-02-23
| | | |
| * | | buildPythonPackage: initial support for PEP 517Frederik Rietdijk2019-02-23
| | | |
| * | | Merge staging into python-unstableFrederik Rietdijk2019-02-21
| |\ \ \
| * | | | buildPython*: enable strictDepsFrederik Rietdijk2019-02-17
| | | | |
* | | | | Merge pull request #56408 from Mic92/runtime-shellJohn Ericson2019-02-26
|\ \ \ \ \ | | | | | | | | | | | | treewide: use runtimeShell instead of stdenv.shell whenever possible
| * | | | | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* / | | | doc/cross-compilation: fix typoLorenzo2019-02-26
|/ / / / | | | | | | | | Add missing verb.
* | | | Merge pull request #54693 from tilpner/appimage-toolsGraham Christensen2019-02-23
|\ \ \ \ | |_|/ / |/| | | appimageTools: init
| * | | appimageTools: inittilpner2019-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | nix-gitignore: init at v3.0.0 (#46112)Raitis Veinbahs2019-02-18
| |/ / |/| | | | | closes siers/nix-gitignore#6
* | | Merge pull request #55138 from oxij/tree/random-fixesMichael Raskin2019-02-13
|\ \ \ | | | | | | | | random cleanups and a tiny fix
| * | | doc: fix some indentJan Malakhovski2019-02-03
| | | |
* | | | Merge pull request #55040 from tazjin/docs/fix-manual-makefileSamuel Dionne-Riel2019-02-10
|\ \ \ \ | | | | | | | | | | Fix manual Makefile by including function doc generation
| * | | | doc: Include function doc generation in MakefileVincent Ambo2019-02-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch 'master' into staging-nextVladimír Čunát2019-02-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Fix typos in docker tools docsAlexandre Esteves2019-01-30
| | | |
| * | | nixpkgs/manual: add one more fix for a missed reviewMatthew Bauer2019-01-27
| | | |