aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-07DerivationGoal::loadDerivation(): Don't use derivationFromPath()Eelco Dolstra
2022-01-07avoid ostream sentries per json string characterpennae
2022-01-06Check for `--meta` before emitting it for `--json`Farid Zakaria
2022-01-06Merge branch 'install-nlohmann-json-headers' of https://github.com/hercules-c...Eelco Dolstra
2022-01-06Merge pull request #5878 from fzakaria/faridzakaria/json-outputsEelco Dolstra
2022-01-06Merge pull request #5546 from NixOS/allow-paths-in-flake-local-optionsEelco Dolstra
2022-01-06Add outputs to JSON queryFarid Zakaria
2022-01-06Merge pull request #5749 from GavinRay97/patch-1Domen Kožar
2022-01-05Merge pull request #5864 from edolstra/attr-sets-cleanupEelco Dolstra
2022-01-04Remove EvalState::mkAttrs()Eelco Dolstra
2022-01-04Move empty attrset optimisationEelco Dolstra
2022-01-04Turn mkString(Symbol) into a methodEelco Dolstra
2022-01-04Remove non-method mkPath()Eelco Dolstra
2022-01-04Remove non-method mk<X> functionsEelco Dolstra
2022-01-04Remove non-method mkString()Eelco Dolstra
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2022-01-04Merge pull request #5862 from SuperSandro2000/patch-1Eelco Dolstra
2022-01-04Add iana-etc for /etc/protocols to default packagesSandro
2022-01-04Merge pull request #5830 from pennae/zipAttrsWithEelco Dolstra
2022-01-03add zipAttrsWith primoppennae
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-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-23Merge branch 'master' into flake_searchtomberek
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-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