aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-04indicate sequence with "then"Valentin Gagarin
2022-08-04only use generic build system terminologyValentin Gagarin
2022-08-04reword overview with clear terminologyValentin Gagarin
2022-08-04Add draft "Rosetta stone" by @fricklerhandwerk and stub commentaryJohn Ericson
2022-08-04Make refernces sneak preview more conciseJohn Ericson
2022-08-04Improve store objects session moreJohn Ericson
2022-08-04Include abstract syntax based on the thesis for FSOsJohn Ericson
2022-08-04store objects, better opining sentancesJohn Ericson
2022-08-04Improve store path sectionJohn Ericson
2022-08-04Relocability -> relocation in store object titleJohn Ericson
2022-08-04Improve store object sectionJohn Ericson
2022-08-04doc: File system data -> file system object, to match NixJohn Ericson
2022-08-04Rename files after store entry -> store object renameJohn Ericson
2022-08-04doc: Store entry -> store objectJohn Ericson
2022-08-04Update doc/manual/src/design/store/drvs/drvs.mdJohn Ericson
2022-08-04Update doc/manual/src/design/overview.mdJohn Ericson
2022-08-04Update doc/manual/src/design/overview.mdJohn Ericson
2022-08-04Update doc/manual/src/design/overview.mdJohn Ericson
2022-08-04Fix stub file's nameJohn Ericson
2022-08-04Start on the derivations sectionJohn Ericson
2022-08-04Move the bits on relocating store entires to the endJohn Ericson
2022-08-04Apply suggestions from code reviewJohn Ericson
2022-08-04Flesh out TOCJohn Ericson
2022-08-04Briefly describe the digest of a store pathJohn Ericson
2022-08-04WIP: Document the design of NixJohn Ericson
2022-08-03Merge pull request #6861 from edolstra/fix-count-callsEelco Dolstra
2022-08-03Fix NIX_COUNT_CALLS=1Eelco Dolstra
2022-08-03Merge pull request #6846 from fricklerhandwerk/valuesThéophane Hufschmitt
2022-08-03Fix the html id of the list headersThéophane Hufschmitt
2022-08-03encode primitive as list with anchorsValentin Gagarin
2022-08-02Merge pull request #6851 from K900/patch-1Théophane Hufschmitt
2022-08-01doc/distributed-builds: don't use deprecated aliasK900
2022-07-29Merge pull request #6844 from centromere/custom-nix-confRok Garbas
2022-07-28manual: use singular in body, tooValentin Gagarin
2022-07-28manual: values -> data typesValentin Gagarin
2022-07-28manual: use singular for headingsValentin Gagarin
2022-07-28manual: simple values -> primitivesValentin Gagarin
2022-07-28manual: use subheadings for primitive typesValentin Gagarin
2022-07-28Merge pull request #6845 from fricklerhandwerk/attrsetEelco Dolstra
2022-07-28manual: set -> attribute setValentin Gagarin
2022-07-28manual: fix section title in table of contentsValentin Gagarin
2022-07-28docker.nix: Allow Nix configuration to be customizedAlex Wied
2022-07-22Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messagesThéophane Hufschmitt
2022-07-22Merge pull request #6813 from centromere/cgroup-cpu-detectionThéophane Hufschmitt
2022-07-19libstore/globals.cc: Move cgroup detection to libutilAlex Wied
2022-07-19libstore/globals.cc: Automatically set cores based on cgroup CPU limitAlex Wied
2022-07-19local-derivation-goal.cc: save global errno to the stack before performing te...Adam Joseph
2022-07-19error.hh: add additional constructor with explicit errno argumentAdam Joseph
2022-07-19as requested by @thufschmitt https://github.com/NixOS/nix/pull/6814#discussio...Adam Joseph
2022-07-19change warn() to notice()Adam Joseph