aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-07-18Merge pull request #6784 from tweag/completion-testThéophane Hufschmitt
2022-07-18Merge pull request #6812 from lovesegfault/rosetta-pathsEelco Dolstra
2022-07-17local-derivation-goal.cc: detect unprivileged_userns_clone failure modeAdam Joseph
2022-07-17local-derivation-goal.cc: add comment re: CLONE_NEWUSERAdam Joseph
2022-07-16local-derivation-goal.cc: warn if failing and /proc/self/ns/user missingAdam Joseph
2022-07-16local-derivation-goal.cc: warn if failing due to max_user_namespaces==0Adam Joseph
2022-07-16local-derivation-goal.cc: improve error messages when sandboxing failsAdam Joseph
2022-07-15fix(libstore): allow Nix to access all Rosetta 2 paths on MacOSAlex Wied
2022-07-15Merge pull request #6810 from jfly/jfly/do-not-assume-savedvars-existEelco Dolstra
2022-07-15Merge pull request #6811 from edolstra/fix-auto-chrootEelco Dolstra
2022-07-15Disable auto-chroot if $NIX_STATE_DIR is setEelco Dolstra
2022-07-14nix develop: do not assume that saved vars are setJeremy Fleischman
2022-07-14Merge pull request #6807 from NixOS/curl-patchDomen Kožar
2022-07-14curl: patch for netrc regression in NixDomen Kožar
2022-07-14Merge pull request #6804 from edolstra/fix-auto-chrootEelco Dolstra