aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
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-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-26Make experimental-features a proper typeregnat
2021-10-25toJSON: report error position for fancier outputShay Bergmann
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
2021-09-22Disable IFD selectivelyEelco Dolstra
2021-09-14nix profile history: Show profile dateEelco Dolstra
2021-09-14Add 'nix profile wipe-history' commandEelco Dolstra
2021-09-14Generations -> profile versionsEelco Dolstra
2021-09-14Add "nix profile rollback" commandEelco Dolstra
2021-09-14nix flake show --json: Add type infoEelco Dolstra
2021-09-14Merge branch 'tomberek/show_json' of https://github.com/tomberek/nixEelco Dolstra
2021-09-14Merge pull request #5245 from edolstra/warningsEelco Dolstra
2021-09-14Merge pull request #5240 from edolstra/builtin-helpEelco Dolstra
2021-09-14ANSI_YELLOW -> ANSI_WARNINGEelco Dolstra
2021-09-14Fix macOS buildEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-09-13nix --help: Display help using lowdown instead of manEelco Dolstra
2021-09-13Fix markdown errorEelco Dolstra
2021-09-13Use Bindings::{get,need} instead of findEelco Dolstra
2021-09-08Ensure nix flake show produces valid jsonTom Bereknyei