summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2016-01-23Merge pull request #12284 from abbradar/bundlerenv-wrapperNikolay Amiantov
bundlerEnv: add wrapper
2016-01-21nixpkgs manual: add a section about passthruNikolay Amiantov
2016-01-21nixpkgs manual: mention preferLocalBuild and enableParallelBuildingNikolay Amiantov
2016-01-21nix manual: add bundlerEnv.env and .wrapper items descriptionsNikolay Amiantov
2016-01-18rebar3: refactor to make hermeticEric Merritt
This adds changes to the rebar3 expression that patch rebar3 to force it to be hermetic. Now, by default, rebar3 literally can't download anything. A 'rebar3-open' expression was added for those folks whe want the normal rebar3.
2016-01-15erlang support: Add minimal documentation to nixEric Merritt
This commit adds some very minimial documentation to the Nix manual. Hopefully, its enough to get someone started and serve as a first footstep for future documentation writers
2016-01-13dockerTools: nix functions for manipulating docker imagesLuca Bruno
2016-01-09docs: kernelPackagesFor -> linuxPackagesForKranium Gikos Mendoza
2016-01-05doc/meta.xml: don't encourage users to add a meta.version attributePeter Simons
That attribute is completely redundant since it just duplicates information from "name". Cc: @7c6f434c who added that section in e39b1f4ec8740e7dd34185c38464db5ac814eed5.
2015-12-21nixpkgs manual: add idris docs generated from *.mdVladimír Čunát
I also modified the nesting approach in haskell docs to allow more uniform handling of markdown -> docbook conversions. /cc #11308.
2015-12-19nixpkgs manual: split languages into separate filesVladimír Čunát
There's no change in content except for amending the title of the section to mention "frameworks", as e.g. I don't consider Qt a language, and it's likely there will be more of similar cases in future. To be certain, I checked diff of the generated HTMLs.
2015-12-18nixpkgs manual: more strict commit policy (close #11609)aszlig
2015-12-18Fixed a syntax error in the buildFHSChrootEnv example. Also, fixed the ↵Avery Glitch
manual.xml so it actually builds.
2015-12-10Manual: Fix indent of config sectionEelco Dolstra
2015-12-10Manual: Rename fileEelco Dolstra
2015-12-07doc/submitting-changes: mention master -> staging merge (see issue #11460)Matthias C. M. Troffaes
2015-12-02Manual: Add a warning that overrideDerivation should not be usedEelco Dolstra
2015-11-29doc: --meta is not needed in the presence of --jsonPascal Wittmann
2015-11-26doc: fix typo in language-support.xmlLuca Bruno
2015-11-26doc: fix setup.py develop referenceDomen Kožar
2015-11-21buildPythonPacakage: update docsDomen Kožar
2015-11-21buildPythonPackage: get rid of setupPyInstallFlags since there is no such thingDomen Kožar
2015-11-20manual: typo fixeszimbatm
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III
This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
2015-10-15Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III
2015-10-11build-fhs-{chroot,user}env: document new extra bind mounts optionNikolay Amiantov
2015-10-06Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra
This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
2015-10-02haskell-users-guide.md: document static linkingPeter Simons
2015-09-30doc: generate haskell-users-guide.xml from Markdown input via PandocPeter Simons
Editing Docbook is no fun, IMHO, so I'd rather store the Haskell documentation in Markdown format and use Pandoc to convert that into Docbook as part of the build process.
2015-09-30doc/default.nix: fix Emacs syntax highlighting (no functional change)Peter Simons
2015-09-27Merge branch 'qt-5.5'Thomas Tuegel
2015-09-27manual: document Qt packaging toolsThomas Tuegel
2015-09-27haskell: make `ghc`, `cabal-install`, and `stack` visibleVladimír Čunát
Thanks to @peti. Close #10035.
2015-09-24doc/functions: fix a typoVladimír Čunát
2015-09-23Merge: xlibs and x11 attribute cleanupVladimír Čunát
Frequently using multiple *almost* identical attributes is bad.
2015-09-22hello/ex-2 -> helloEelco Dolstra
2015-09-19doc: update haskell-users-guide.xml with ghcWithHoogle stuffJan Malakhovski
2015-09-17Enable separate debug infoEelco Dolstra
You can now pass separateDebugInfo = true; to mkDerivation. This causes debug info to be separated from ELF binaries and stored in the "debug" output. The advantage is that it enables installing lean binaries, while still having the ability to make sense of core dumps, etc.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-09-09doc: update haskell-users-guide.xml to reflect that we've update GHC 7.10.1 ↵Peter Simons
to 7.10.2
2015-08-31add note about using profiledHaskellPackagesHoang Xuan Phu
2015-08-30doc/haskell: fix typos (close #9561)Rommel M. Martinez
2015-08-28doc: add "other resources" section to haskell-users-guide.xmlPeter Simons
2015-08-26buildFHS*Env: add documentationNikolay Amiantov
2015-08-18Merge pull request #9298 from abbradar/python-envDomen Kožar
python: add .env for convenient nix-shell's
2015-08-17elm: add the platform and helpful scriptsNikolay Amiantov
2015-08-17python: add .env for convenient nix-shell'sNikolay Amiantov
2015-08-15doc/haskell-users-guide.xml: fix "nix-store --repair-path" examplePeter Simons
2015-08-10nixpkgs doc: add package notes for EclipseRobert Helgesson
2015-08-05Unify NixOS and Nixpkgs channel structureEelco Dolstra
This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.