Robert Hensing
Robert Hensing
I haven't tested this properly, but now it builds at least.
In general you'd tend to have at least two resources: - the instance - the NixOS configuration on the instance > * hard-reboot a server on Hetzner/AWS/etc Hard-reboot is not...
> Introduces lots of complexity to the Nix codebase I'm sympathetic to that. > "bootstrap fetcher" to fetch fetchers This has security implications; any Nixpkgs package (or otherwise) could then...
> i wonder what it would take to move forward with this The following points have not yet been addressed: - [ ] Shouldn't other commands go through the schema?...
Discussed in the meeting today. We didn't have a lot of time because we were towards the end of it, so I'll just summarize the thoughts I shared. Naming -...
#4635 has the potential to fix the first use case by default > the LFS files are used for non-vital things, like tests or documentation. Did you configure LFS globally...
I think the plan for this would be - [ ] Merge the libfetchers changes from #6530 - [ ] Implement LFS support in the fetcher. Could be smudge filter-based...
I've encountered this problem in `element-desktop`. **The worst part is that I had no clue that anything was wrong for more than a day.** If Element had shown an error...
I've read the file more than twice now, and I can't figure out why that code exists, let alone why it behaves the way it does. Why not just name...
> > Why not remove the overlay's effect from final? > > I don't think I actually understand this. Accidental negation; edited to fix that. > Here is [the motivation](https://github.com/divnix/digga/blob/main/src/mkFlake/fup-adapter.nix#L159-L161)....