aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-03Merge branch 'master' into debug-exploratory-PRBen Burdette
2022-01-03Merge pull request #5839 from tweag/balsoft/yet-another-follows-bugfixEelco Dolstra
2022-01-03Merge pull request #5840 from tweag/balsoft/nix-repl-show-traceEelco Dolstra
2022-01-03Merge pull request #5844 from Kha/fix-ifd-chroot-once-moreEelco Dolstra
2022-01-03Merge pull request #5852 from autc04/docker-tmp-permissionsEelco Dolstra
2022-01-01docker.nix: set correct permissions on /tmpWolfgang Thaller
2021-12-29Fix IFD with chroot storeSebastian Ullrich
2021-12-29Add ability to toggle show-trace from within the replAlexander Bantyev
2021-12-29Merge pull request #5841 from lilyinstarlight/fix-fromtoml-attrsEelco Dolstra
2021-12-28Sort attrs from tables in fromTOMLLily Foster
2021-12-28Add a test that nix repl --show-trace actually shows the traceAlexander Bantyev
2021-12-28BaseError::calcWhat: take loggerSettings.showTrace into accountAlexander Bantyev
2021-12-28flake.cc: computeLocks: Only verify overrides when they could changeAlexander Bantyev
2021-12-27more cleanupBen Burdette
2021-12-27remove debug codeBen Burdette
2021-12-27add DebugTrace for the current errorBen Burdette
2021-12-27:d envBen Burdette
2021-12-27by refernce for addVarToScopeBen Burdette
2021-12-27don't add builtins to extras, initEnv() in regular replBen Burdette
2021-12-27don't add underscore names to extrasBen Burdette
2021-12-27Merge pull request #5835 from yorickvP/fast-repl-loadEelco Dolstra
2021-12-27Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScopeYorick van Pelt
2021-12-23DebugTraceBen Burdette
2021-12-23makeDebugTraceStackerBen Burdette
2021-12-23indentingBen Burdette
2021-12-23Merge branch 'nm-int64' of https://github.com/nmattia/nixEelco Dolstra
2021-12-23Use int64_t and NixFloat in fromTOML typesNicolas Mattia
2021-12-23Merge pull request #5826 from NixOS/fixup-5807Eelco Dolstra
2021-12-23Properly return false on `builtins.pathExists /someNonAllowedPath`regnat
2021-12-22stack traces basically workingBen Burdette
2021-12-22DebugStackTracker class in one placeBen Burdette
2021-12-22Merge pull request #5821 from edolstra/remove-affinityEelco Dolstra
2021-12-22Merge pull request #5820 from ncfavier/completion-nospaceEelco Dolstra
2021-12-22Fix attr path completion after a dotNaïm Favier
2021-12-22Don't insert spaces when completing attribute pathsNaïm Favier
2021-12-22Remove CPU lockingEelco Dolstra
2021-12-22Merge pull request #5819 from edolstra/devshell-completionEelco Dolstra
2021-12-22Make bash completion work when nix is invoked as ~/.../nixEelco Dolstra
2021-12-22Make bash completion for 'nix' work in a devshellEelco Dolstra
2021-12-21Merge pull request #5814 from NixOS/docker-ssl-certs-in-etcEelco Dolstra
2021-12-21Add cacert to /etc/ssl/certs in the docker imageRok Garbas
2021-12-21Merge pull request #5807 from NixOS/5805-ca-ifdEelco Dolstra
2021-12-21Update release notesEelco Dolstra
2021-12-21Merge branch 'nm-toml11' of https://github.com/nmattia/nixEelco Dolstra
2021-12-21Merge branch 'why-depends-completion' of https://github.com/ncfavier/nixEelco Dolstra
2021-12-21Fix IFD with CA derivationsregnat
2021-12-21Factor out the path realisation bit of IFDregnat
2021-12-21Merge pull request #5809 from pennae/small-perf-improvementsThéophane Hufschmitt
2021-12-20bulk-allocate Value instances in the evaluatorpennae
2021-12-20Clean up toml parsing codeNicolas Mattia