aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-04docs/flake-update: fix exampleErik Arvstedt
2022-08-04libexpr/flake: remove `FIXME`Erik Arvstedt
2022-08-04flakeref: fix commentErik Arvstedt
2022-08-03Fix NIX_COUNT_CALLS=1Eelco Dolstra
2022-07-22Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messagesThé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-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-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-14Disable auto-chroot if $NIX_STORE_DIR is setEelco Dolstra
2022-07-13Simplify the check for overrides on non-existent inputsEelco Dolstra
2022-07-13Fix typo in flake.ccIkko Ashimine
2022-07-12Merge pull request #6663 from Ma27/follows-invalid-inputThéophane Hufschmitt
2022-07-12Fix debug messageEelco Dolstra
2022-07-12Move follows-check into its own functionMaximilian Bosch
2022-07-12Turn error for non-existant follows into a warningMaximilian Bosch
2022-07-12flakes: throw an error if `follows`-declaration for an input is invalidMaximilian Bosch
2022-07-12Merge pull request #6693 from ncfavier/complete-flake-inputsThéophane Hufschmitt
2022-07-11Merge branch 'master' into ignore-tryBen Burdette
2022-07-11move ignore-try to EvalSettingsBen Burdette
2022-07-11use util.hh class instead of localBen Burdette
2022-07-11'tryEval' not 'try clause'Ben Burdette
2022-07-11Fix flake input completion for `InstallablesCommand`sNaïm Favier
2022-07-05builtins.traceVerbose: Post rebase fixesGytis Ivaskevicius
2022-07-05Add builtins.traceVerboseGytis Ivaskevicius
2022-07-05Merge pull request #6664 from Ma27/innixshell-backwards-compatThéophane Hufschmitt
2022-06-29Merge pull request #6699 from tennox/better-flake-new-error-messageThéophane Hufschmitt
2022-06-29Merge pull request #6233 from flox/nix-repl-flakesThéophane Hufschmitt
2022-06-29Merge pull request #6674 from virusdave/dnicponski/scratch/dont_capture_stdou...Théophane Hufschmitt
2022-06-29Merge pull request #6702 from ncfavier/develop-prepend-varsEelco Dolstra
2022-06-29Merge remote-tracking branch 'origin/master' into better-flake-new-error-messageThéophane Hufschmitt
2022-06-29Merge pull request #6739 from edolstra/ignore-chroot-errorEelco Dolstra
2022-06-29Don't fail if we can't create ~/.local/share/nix/rootEelco Dolstra
2022-06-29src/libexpr/tests/primops.cc: Quote Nix expressionsEelco Dolstra
2022-06-29Merge pull request #6737 from centromere/fix-typoEelco Dolstra
2022-06-29Merge pull request #6706 from lheckemann/cache-info-cache-invalidationThéophane Hufschmitt
2022-06-28doc: Fix typoAlex Wied
2022-06-26#6699 flake init: fix trying to add unchanged fileManu [tennox]
2022-06-26#6699 flake init: Apply suggestions of @thufschmittManu [tennox]