Robert Hensing
Robert Hensing
> So the fewer places where we expose .drvs in the new CLI, the better. We're already doing a good job at this, but in this new scenario, we'll still...
Hold on, shouldn't `nix derivation` commands be store-level only? Not 100% sure we decided that. @Ericson2314 would know?
Triaged in Nix meeting today: Seems like this could be implemented.
Discussed in Nix team meeting today: Crux of the problem seems to be the question what is the source of truth? a. the existence of a submodule in Git b....
> pull/5/files I expect that to result in an infinite recursion. I think [Dogfood a Reusable Module](https://flake.parts/dogfood-a-reusable-module.html#dogfood-a-reusable-module) might be of help. Let me know if you have any more questions.
I believe it is possible with this new function, if you could give that a try? - https://github.com/hercules-ci/flake-parts/pull/291 Site update tbd (separate repo) The test case is one example, but...
Marked as draft because this is either blocked on [RFC 137](https://github.com/NixOS/rfcs/pull/137) for supporting breaking language changes, or this could be converted to a change that warn appropriately when such tabs...
Discussed in Nix team meeting today: @xokdvium has suggestions to configure and simplify the markdown rendering. We don't seem to have strong reasons to stick to the current hacky setup,...
Partitions are intended as a performance optimization to avoid loading some modules (from some `inputs`) when accessing flake outputs that are not affected by those modules. This happens at a...
Technically this is about the expression language semantics more so than the store-level garbage collection behavior. I honestly don't know how we should address this in the manual. Where would...