aboutsummaryrefslogtreecommitdiff
path: root/src/nix/doctor.cc
AgeCommit message (Expand)Author
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2022-04-05doctor: Always show the outputThéophane Hufschmitt
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-10-06Remove static variable name clashesEelco Dolstra
2020-07-17Remove StoreType abstraction and delegate regStoreCarlo Nucera
2020-05-05nix doctor: ConsistencyEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2019-12-05nix doctor: Fix typoEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-10-06nix doctor: add more logging output to checksBenjamin Hipple
2018-10-29nix doctor: return nonzero exitcode if a check failsDaiderd Jordan
2018-10-27Fix signedness warningEelco Dolstra
2018-09-26nix doctor: reimplement profile warning without gcroot checkDaiderd Jordan
2018-09-02nix doctor: only perform path/profile checks with a daemon/local storeDaiderd Jordan
2018-09-02nix doctor: add check for profile rootsDaiderd Jordan
2018-09-02nix doctor: add warning for multiple versionsDaiderd Jordan
2018-09-02nix doctor: handle serve protocolDaiderd Jordan
2018-09-02nix doctor: add warning if client/daemon protocol mismatchesDaiderd Jordan
2018-09-02nix doctor: add commandDaiderd Jordan