aboutsummaryrefslogtreecommitdiff
path: root/src/nix/main.cc
AgeCommit message (Expand)Author
2022-10-12Move some options into a misc categoryEelco Dolstra
2022-10-07Print common flags in --helpAna Hobden
2022-09-13Trim option descriptionsEelco Dolstra
2022-09-07WIP: broken merge but need a git checkpointGuillaume Maudoux
2022-08-24Fix progress bar flicker with -LEelco Dolstra
2022-07-12Merge pull request #6693 from ncfavier/complete-flake-inputsThéophane Hufschmitt
2022-07-11Fix flake input completion for `InstallablesCommand`sNaïm Favier
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-05-31repl: `--option pure-eval true` actually enables pure eval modeMaximilian Bosch
2022-05-11Stop the logger properly in legacy commandsNaïm Favier
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-28fix errors case and wordingGuillaume Maudoux
2022-04-21store Symbols in a table as well, like positionspennae
2022-03-25Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...Eelco Dolstra
2022-03-24Rename 'nix store make-content-addressable' to 'nix store make-content-addres...Eelco Dolstra
2022-03-18Revert extra colon at end os stringsGuillaume Maudoux
2022-03-07more fixesGuillaume Maudoux
2022-03-04Add error context for most basic coercionsGuillaume Maudoux
2022-01-19Remove dead field in NixArgsJohn Ericson
2022-01-17Show build and substitution information when not connected to a TTYAlexander Bantyev
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2021-12-22Don't insert spaces when completing attribute pathsNaïm Favier
2021-11-16Ignore errors unsharing/restoring the mount namespaceEelco Dolstra
2021-11-08Unshare mount namespace in main()Eelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-06Remove links to .md files in help outputEelco Dolstra
2021-09-13nix --help: Display help using lowdown instead of manEelco Dolstra
2021-04-07Restore stack size in child processesEelco Dolstra
2021-03-26Fix some typosEelco Dolstra
2021-02-24Respect command registrations in plugins.Shea Levy
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-18Increase default stack size on LinuxEelco Dolstra
2021-02-17Make 'nix --version -vv' workEelco Dolstra
2021-02-07Support --no-net for backwards compatibilityEelco Dolstra
2021-02-01--no-net -> --offlineDomen Kožar
2021-01-25Group common optionsEelco Dolstra
2021-01-25Make '--help' do the same as 'help' (i.e. show a manpage)Eelco Dolstra
2021-01-18--refresh: Imply setting .narinfo disk cache TTL to 0Eelco Dolstra
2021-01-14Add 'nix daemon' commandEelco Dolstra
2021-01-13Rename 'nix store sign-paths' to 'nix store sign'Eelco Dolstra
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-23Add 'nix' manpageEelco Dolstra
2020-12-21Add 'nix help' manpageEelco Dolstra
2020-12-12Add ValueType checking functions for types that have the same NormalTypeSilvan Mosberger
2020-12-10Add lvlNotice log levelEelco Dolstra
2020-12-03Move most store-related commands to 'nix store'Eelco Dolstra
2020-12-03Add 'nix nar dump-path'Eelco Dolstra
2020-12-03Add deprecated aliases for renamed commandsEelco Dolstra
2020-12-03Allow registering subcommands of subcommandsEelco Dolstra
2020-12-02Add 'nix help'Eelco Dolstra