aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2022-01-03Merge branch 'master' into debug-exploratory-PRBen Burdette
2021-12-29Add ability to toggle show-trace from within the replAlexander Bantyev
2021-12-27Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScopeYorick van Pelt
2021-12-22Merge pull request #5821 from edolstra/remove-affinityEelco Dolstra
2021-12-22Merge pull request #5820 from ncfavier/completion-nospaceEelco Dolstra
2021-12-22Don't insert spaces when completing attribute pathsNaïm Favier
2021-12-22Remove CPU lockingEelco Dolstra
2021-12-20Add shell completion for why-dependsNaïm Favier
2021-12-15Fix typo in `src/nix/shell.md`Noah Snelson
2021-12-13nix run: Tweak docsEelco Dolstra
2021-12-13Merge branch 'pname-main-program' of https://github.com/figsoda/nixEelco Dolstra
2021-12-09Properly take the last assignment in the REPLregnat
2021-12-06nix repl: add :logAlexander Bantyev
2021-11-27Fix typoAleksey Kladov
2021-11-26nix repl: Reset the terminal on exceptional exitsEelco Dolstra
2021-11-26Catch flake-related exception type in REPLAlex Shabalin
2021-11-25Merge branch 'master' into debug-mergeBen Burdette
2021-11-25Support range-based for loop over list valuesEelco Dolstra
2021-11-24nix flake check: Fix markdownEelco Dolstra
2021-11-18Fix :e in replAlex Shabalin
2021-11-16Ignore errors unsharing/restoring the mount namespaceEelco Dolstra
2021-11-15Merge pull request #5428 from kreisys/add-pos-to-json-type-errorDomen Kožar
2021-11-12Merge pull request #5540 from samueldr/fix/key-subcommandEelco Dolstra
2021-11-12nix registry: Mark experimentalSamuel Dionne-Riel
2021-11-11nix key: Fix error message and don't require flakesSamuel Dionne-Riel
2021-11-10Merge pull request #5528 from matthewbauer/recognize-nixosModuleEelco Dolstra
2021-11-09Recognize singular "nixosModule" in nix flake showMatthew Bauer
2021-11-08Unshare mount namespace in main()Eelco Dolstra
2021-11-05Merge pull request #5476 from NixOS/ca/fix-build-in-nix-replThéophane Hufschmitt
2021-11-05Fix `nix repl`’s building of CA derivationsregnat
2021-11-04StaticEnv: Use std::vector instead of std::mapEelco Dolstra
2021-11-04Add helper function to check whether a function arg is 'X' or '_X'Eelco Dolstra
2021-11-03In checkOverlay, accept underscored names for final/prev args.Christopher League
2021-10-27run: use pname as a fallback for main programfigsoda
2021-10-26Make experimental-features a proper typeregnat
2021-10-25toJSON: report error position for fancier outputShay Bergmann
2021-10-22remove more debug codeBen Burdette
2021-10-13Merge pull request #5362 from Artturin/nixunpackEelco Dolstra
2021-10-12Merge pull request #5375 from edolstra/repl-ctrl-cEelco Dolstra
2021-10-12nix repl: Don't write to std::cout directlyEelco Dolstra
2021-10-12nix repl: Don't build in a child processEelco Dolstra
2021-10-09nix develop: add --unpackArtturin
2021-10-07nix repl: properly deal with interruptionsMaximilian Bosch
2021-10-07Refactoring: Add allowPath() methodEelco Dolstra
2021-10-06libexpr: remove matchAttrs boolean from ExprLambdaAndreas Rammhold
2021-10-06Remove links to .md files in help outputEelco Dolstra
2021-10-05Don't ignore SIGCHLD in createUnixDomainSocket()Eelco Dolstra
2021-10-02Fix typoAleksey Kladov
2021-09-30`std::visit` by referenceJohn Ericson
2021-09-27run(): MoveEelco Dolstra