Liam McDermott

Results 46 comments of Liam McDermott

Hi @ajrcarey, sorry for the slow reply. I had to step away from this project last year due to budget constraints. I had hoped to return to it later this...

@ajrcarey No problem, and the relevant links should already be posted above. After consideration, I'd like to post a pull request on Gerrit before you finish the work off, as...

Thank you, that would help! I wonder, are there any circumstances where, `Failed to find the GHC version of this Cabal project.` is helpful? I found it very confusing in...

Thank you very much for fixing this! :heart:

I wonder if this may be related to #216 somehow, or remote builds when the host and remote are of different architectures in general.

Fantastic, thanks for working on this! > May I ask why you don't just use `nix flake init -t` directly? I just assumed it wouldn't work with devenv. In particular...

Thank you so much for the pointer and example! I didn't know it was even possible to use Flakes in that way. The `welcomeText` example is also really nice. >...

To make sure I'm not about to create a duplicate issue, and to help people searching for this error message, is this issue related to error messages like: ```bash $...

Thanks for this! I tested this PR using: ```bash devenv init --template github:LorenzBischof/devenv-issue-1718 ``` And it worked as expected.

@byrnedo It sounds like you might be hitting the issue that #1697 fixes. To get cross working, I copied and adapted the [packaging code from nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-25.05/pkgs/by-name/ca/cargo-cross/package.nix): ```nix # cross.nix {...