Rishi Kumar

Results 32 comments of Rishi Kumar

> As mentioned, I'd be happy to help debug? That would be awesome! I don't have any experience with systemd, but if you could provide detailed steps on how to...

What I want to know is the step before these, specifically how to provision the CI environment locally and the steps how I would reproduce the error.

@viluon I can't reproduce `devenv update` not updating to the `1.0.8` version, this is the command I am running: ```sh ~/sandbox/cachix/issues/devenv-update (master) » devenv update k3ys@nixos • Updating devenv.lock ....

@viluon > direnv: PS1 cannot be exported. For more information see https://github.com/direnv/direnv/wiki/PS1 This issue is mostly related to how `direnv` handles your terminal prompt. For my terminal config I see...

Hey, @clotodex it looks like a problem with the implementation of `androidenv` in `nixpkgs`. Here is a [link](https://discourse.nixos.org/t/androidenv-android-sdk-license-cant-be-built-on-an-aarch64-darwin-machine/43714/6) to the discourse discussion about this issue.

@clotodex I currently don't have an access to a darwin device but if you want we can debug it together on discord. What I would do to start is instead...

@clotodex Do you need to configure something special for running android on mac? If yes, it would be great to look at the config and maybe automate some of it.

Everything works fine after this PR https://github.com/cachix/devenv-nixpkgs/issues/2 Tested on m1 processor mac

I am also in favor of writing the docs in separate markdown file. I think it's better if we generate the docs dynamically, as we do now; otherwise, we won't...