Psionic K
Psionic K
Haha, sorry, wrong Repo. It's late. Deleted last message.
Okay. Looks like a bug. I'll see if I can work in cargo's own way of deciding to perform the update. IIRC there's some high level code that just does...
I added in some rudimentary support for updating the lock file. It's easy to trip over a stale lock file. The behavior is not yet ideal. The `--locked` option now...
For running a company, my wish list would be: - k8's containers built with musl - wasm for web clients (and frequently distributed by web servers in containers) - API...
I've done MUSL container builds before. The examples in cross compiling show part of the way. The correct crossSystem will IIRC obtain a MUSL build. There's some friction around obtaining...
It's there. I did it with cargo2nix before. It's just a little bit ugly because you have to declare nixpkgs twice. It should instead be a partial that is evaluated...
Neat. Probably nobody was using it. If you get it working, can you PR a fix? There's only one or two files that do this transformation. Some of the fixes...
The output shows that the Nix sandbox is prevening the build from fetching stuff from the network. You need to investigate how to provide these to the build. It's Nix....
The workspace shell attribute is an augmentation of vanila `mkShell`. You can put arbitrary things in as needed. IIRC NIx has some toml reading tools. If you translate that to...
I'm almost positive I've seen this style workspace already. Rust Analyzer uses these inherited workspace attributes. Can you check your version?