Bernardo Meurer

Results 78 issues of Bernardo Meurer

I want to use cargo-kcov in a deployment, but while it is easy for me to guarantee that kcov is available in the CI environment, making sure cargo-kcov is there...

I'm trying to use `crate2nix` to build my [toy kernel](https://github.com/lovesegfault/daedalos) but I'm unsure how to correctly cross compile with it. I'm following BlogOS and in chapters [1](https://os.phil-opp.com/freestanding-rust-binary/) and [2](https://os.phil-opp.com/minimal-rust-kernel/) they...

help wanted

https://github.com/Smithay/wayland-rs/tree/master/wayland-protocols

question

In trying to build [`chromaprint_sys`](https://github.com/lovesegfault/chromaprint_sys/) with `crate2nix` I have found that my builds will fail if/when I enable tests. Here are some interesting reproducers and the error: ```console $ git...

bug
help wanted

Now that TryFrom and TryInto are stable, the internal replacement should be deprecated in their favour, as hinted at by the documentation.

enhancement

Trying to build on a fully updated Arch install is failing over here ``` $ sudo aura -Akx gtox-git --noconfirm aura >>= `gtox-git` PKGBUILD is up to date. aura >>=...

It'd be cool if, just like I can use `agenix.nixosModules.age`, I could also use `agenix.darwinModules.age`.

c.f. https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/sudo/sudo.plugin.zsh

I tried to use this to create an ebuild for [i3status-rust](https://github.com/greshake/i3status-rust) but when attempting to do `repoman manifest` it fails since i3status-rust itself is not on crates.io

It almost is, the only changes it tries to apply are these: ```patch diff --git a/nix/sources.nix b/nix/sources.nix index 8a725cb..5b27300 100644 --- a/nix/sources.nix +++ b/nix/sources.nix @@ -1,7 +1,5 @@ # This...