about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
...
| * Update haskell.section.md (#61685)0xflotus2019-05-18
| |
| * Merge pull request #60578 from chris-martin/doc-nginxRobin Gloster2019-05-18
| |\ | | | | | | doc: Explain the nginx ETag patch
| | * doc: Explain the nginx ETag patchChris Martin2019-04-30
| | | | | | | | | | | | https://github.com/NixOS/nixpkgs/issues/25485
* | | Merge staging into staging-nextFrederik Rietdijk2019-05-18
|\ \ \ | |/ / |/| |
| * | Add documentation for recent permitUserSite change (#61502)Tom McLaughlin2019-05-15
| | |
* | | Merge pull request #61473 from Synthetica9/dontstrip-typoSilvan Mosberger2019-05-16
|\ \ \ | | | | | | | | doc/stdenv.xml: fix typo
| * | | doc/stdenv.xml: fix typoPatrick Hilhorst2019-05-13
| |/ /
* / / doc/stdenv: document default build scripts filenametbenst2019-05-15
|/ /
* | 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.