aboutsummaryrefslogtreecommitdiff
path: root/src/nix/log.cc
AgeCommit message (Expand)Author
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2023-03-02Get rid of some unchecked calls to std::coutEelco Dolstra
2022-12-20Merge toDerivations() into toDerivedPaths()Eelco Dolstra
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2021-09-30`std::visit` by referenceJohn Ericson
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-04-05Make `DerivedPathWithHints` a newtypeJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2020-12-21Add 'nix log' manpageEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-07-23Make `Buildable` a `std::variant`John Ericson
2020-07-15nix: Fix examplesEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2018-01-12nix log: use pagerWill Dietz
2017-09-07nix log: Add examplesEelco Dolstra
2017-09-06nix build: Create result symlinksEelco Dolstra
2017-08-29nix edit / log: Operate on a single InstallableEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-14Avoid a call to derivationFromPath()Eelco Dolstra
2017-04-25Move code aroundEelco Dolstra
2017-04-25Restructure installables handling in the "nix" commandEelco Dolstra
2017-03-15Add a "nix log" commandEelco Dolstra