summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/stdenv: fix typoJan Tojnar2019-06-16
|
* doc: describe pnameJan Tojnar2019-06-16
| | | | This was forgotten when RFC 0035 was implemented.
* doc: update nixpkgs-mozilla revLorenzo Manacorda2019-06-08
| | | | The previous one didn't work, returning a TOML parse error.
* doc: document PWD for passthru.updateScriptJan Tojnar2019-06-03
| | | | Make it clear that PWD is not fixed
* doc: fix passthru.updateScript help commandJan Tojnar2019-06-02
|
* Merge master into staging-nextFrederik Rietdijk2019-05-25
|\
| * ibus-engines.typing-booster: support french by defaultMaximilian Bosch2019-05-23
| | | | | | | | | | | | | | | | This has been postponed[1] because of an unclear state of the french dictionary provided by hunspell[2]. [1] https://github.com/NixOS/nixpkgs/pull/46779#issuecomment-422764601 [2] https://github.com/NixOS/nixpkgs/issues/46940#issuecomment-423288963
| * [RFC] manual: rename to users and contributors manual, add some user notes ↵Michael Raskin2019-05-22
| | | | | | | | | | | | | | … (#60682) * manual: rename to users and contributors manual, add some user notes that should be there but don't fit in any chapter * manual: move the package notes that are completely usage-related to the upper user notes section * manual: link to package-specific development notes from user notes
* | Merge master into staging-nextFrederik Rietdijk2019-05-24
|\|
| * 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
| |\ \ \ | | | |/ | | |/|