Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-05 | Fix `nix repl`’s building of CA derivations | regnat | |
When running a `:b` command in the repl, after building the derivations query the store for its outputs rather than just assuming that they are known in the derivation itself (which isn’t true for CA derivations) Fix #5328 |