Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | Split the parsing of an `App` and its resolving | regnat | |
That way things (like `nix flake check`) can evaluate the `app` outputs without having to build anything | |||
2021-05-17 | Enfore the use of properly built paths in libcmd | regnat | |
Replace `DerivedPathWithHints` by a new `BuiltPath` type that serves as a proof that the corresponding path has been built. | |||
2021-05-12 | DerivedPathWithHints -> BuiltPath | regnat | |
Just a renaming for now | |||
2021-04-05 | buildable.{cc,hh} -> derived-path.{cc,hh} | John Ericson | |
2021-04-05 | Rename Buildable | John Ericson | |
2021-04-05 | Move `StorePathWithOutputs` into its own header/file | John Ericson | |
In the following commits it will become less prevalent. | |||
2021-04-05 | Pull out Buildable into its own file/header in libnixstore | John Ericson | |
2021-02-17 | Throw an error if --arg / --argstr is used with a flake | Eelco Dolstra | |
Fixes #3949. | |||
2021-01-26 | Move command plugin interface to libnixcmd | Shea Levy | |