Paul Haerle
Paul Haerle
> > I think nixos takes also care of loading raid kernel modules already when it's used. > > not all of them https://github.com/nix-community/disko/blob/master/tests/lvm-raid.nix#L10 Shouldn't that be somewhat redundant with...
Just in case you don't know it already, there's https://github.com/Byron/termbook/ which supports the creation of asciinema recordings from markdown code blocks. It's a plugin for https://rust-lang.github.io/mdBook/ and uses cmark-pulldown as...
I ran to this and pushed a quick implementation to https://github.com/nix-community/nixdoc/pull/70 . It's naive w.r.t to white-space handling and passes the string on without parsing or so, so once currently...
A similar feature has been considered for pex in https://github.com/pantsbuild/pex/issues/2100 and highlights an additional argument for locking w.r.t. to reproducible builds.
zrepl fails while calling zfs send if i add `saved: true` to the sender above, because `incompatible flags combined with saved send flag`. So i guess my question is: Are...
While still under-documented, there's now a devshell included in the python-local-development, and python-local-development-pdm exambles. Including support for editable installs. I am therefore closing this, feel free to rebase & re-open...
We since have switched to a nix-community-hosted buildbot instance which features support for both aarch64-darwin and x86_64-darwin.
Is there any update on this, since the last post was 11 month ago? Suggested changes seem to be useful from my point of view, especially the changes to link...
> though not sure how to set it with disko Exactly the same (if your disko config contains a /boot). Disko does configure the filesystems attribute, but those settings get...
> Unfortunately, {pre,post}MountHooks aren't implemented and I think these would be pretty beneficial. One good example is to add a hostKey to initrd for LUKS remote unlock after mounting the...