Ivan Petkov
Ivan Petkov
Cross linking to the existing discussion: https://github.com/ipetkov/crane/issues/362
Thanks for the feedback! One thing that's difficult about omitting hooks/phases is that there is no single way to do it (you can set hook actions directly, or you can...
@deifactor the example appends to `commonArgs`, meaning adding any hooks in _that attrset_ (not `commonArgs`) will only rebuild the package/workspace sources, and will not rebuild the dependency derivation (since that...
Ah my bad, there is supposed to be `cargoArtifacts = craneLib.buildDepsOnly commonArgs;` in `buildPackage`, let me get that fixed
Implemented in https://github.com/ipetkov/crane/pull/398!
Closing as I think the issue here is Nix itself not being able to see files outside of the project directory, but feel free to reopen if you have other...
Closing as this is the intended behavior of `cleanCargoSource`, but feel free to reopen if you have other questions!
Just came across this and I can also confirm that checking "allow remote connections to this server" allows me to connect over tailscale! I also allowlisted 100.64.0.0/10 which is [the...
Fintunes 2.0.1 on iOS 16.2 Actually can't seem to get anything to download locally. Just set up my own jellyfin server, it's possible I've done something wrong, though streaming works...
Signal handlers are lazily installed the first time a `Signal` instance is created. (Note that on Unix platforms tokio's process management will also install a signal handler, in case some...