aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-08-27docs: operators: Make OR and AND capitalizedGraham Christensen
2019-08-24Merge pull request #2946 from vmandela/proxyGraham Christensen
2019-08-24docs: document the installer's use of proxy env varsGraham Christensen
2019-08-23operators: document exact precedenc, split up similar operatorsGraham Christensen
2019-08-17Fix nix-env documentation for --delete-generationsToon Nolten
2019-08-15Merge pull request #2945 from danidiaz/doc001Eelco Dolstra
2019-08-15Merge pull request #2782 from grahamc/flamesEelco Dolstra
2019-08-15Expanded documentation for .nix-defexprDaniel Diaz
2019-08-14Track function start and ends for flame graphsGraham Christensen
2019-08-08conf: stalled-download-timeout: make tunableGraham Christensen
2019-08-07fixup: docs for post-build-hookGraham Christensen
2019-08-07Merge pull request #2995 from tweag/post-build-hookEelco Dolstra
2019-08-06post-build-hook: docs fixupGraham Christensen
2019-08-02Add a post-build-hookregnat
2019-08-02Tweak min-free/max-free descriptionsEelco Dolstra
2019-07-19docs: document balancing cores and max-jobsGraham Christensen
2019-07-06Merge pull request #2882 from grahamc/docs/1115-tarball-ttlEelco Dolstra
2019-07-05tarball-ttl: documentGraham Christensen
2019-07-03Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nixEelco Dolstra
2019-07-03autoconf: Fix C++17 detection not working on Ubuntu 16.04.Niklas Hambüchen
2019-07-03autoconf: Work around editline not being found on Ubuntu 16.04.Niklas Hambüchen
2019-07-02Merge pull request #2779 from LnL7/build-exit-codesEelco Dolstra
2019-07-02Merge pull request #2724 from LnL7/manpage-add-fixedEelco Dolstra
2019-07-02Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra
2019-07-02nix-store: document --add-fixedDaiderd Jordan
2019-07-02builtins.fetchGit: document absolute ref supportGraham Christensen
2019-07-02build: replace 100 offset for build exit codesDaiderd Jordan
2019-07-02nix-store: document exit codesDaiderd Jordan
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
2019-06-20Nix uses the CPP SDK, not JavaBruno Bieth
2019-06-04Minor typoJorisE
2019-05-21doc: clarify that optional attrs in a function argument will be ignored unles...Maximilian Bosch
2019-05-17docs: describe $IN_NIX_SHELL values (#2796)Vladimír Čunát
2019-05-12Clarify where output from the diff hook goes.Graham Christensen
2019-05-12diff hook: execute as the build user, and pass the temp dirGraham Christensen
2019-05-12build: run diff-hook under --check and document diff-hookGraham Christensen
2019-05-08Merge pull request #2765 from nh2/manual-nixpkgs-wordEelco Dolstra
2019-05-03Add builtins.hashFileDaniel Schaefer
2019-04-14manual: "Nix Package collection" -> "Nixpkgs package collection".Niklas Hambüchen
2019-03-31docs: Mention `--max-jobs 0` to build remotely onlyNiklas Hambüchen
2019-03-25manual: mention the "channel:" shorthand for NIX_PATHDmitry Kalinkin
2019-03-24Add isPath primopzimbatm
2019-03-21manual: include builtins.* for globally available builtinsLinus Heckemann
2019-03-16Link to `builders-use-substitutes` in chapter on distributed buildsJoachim Breitner
2019-03-14docs: fix typo in AllowDirectReadsAndreas Rammhold
2019-03-01manual nitpick: document sha512 support in hashStringVladimír Čunát
2019-01-23nix-store: make --dump-db take a list of paths to dumpSpencer Baugh
2019-01-20Merge pull request #2635 from veprbl/patch-7Domen Kožar
2019-01-19manual: "sandbox" option default is "true" on LinuxDmitry Kalinkin
2019-01-18Update instructions for Haskell script using nix-shell interpreterSamuel Evans-Powell