Brandon Elam Barker

Results 101 comments of Brandon Elam Barker

Hey, just to cross post here, i'm going to switch to using a flake.nix most likely in #85. That isn't to say a shell.nix wouldn't also be welcome (IMHO), they...

OK, i've finally got something serviceable for Linux and MacOS - see https://github.com/NiklasEi/bevy_game_template/pull/127 I'm not proposing to stop effort here necessarily, especially since I've found that Nix can at times...

That is odd. I added an PR here that has the updated versions listed: https://github.com/bbarker/dotfiles/pull/4/files I added ai-sh but I wouldn't think that would matter

Thanks - You're right that I likely did not have any updates since 0.5.21. This is on NixOS 24.05, which I had also updated to recently, before trying UCM 0.5.23....

Interesting - I'm not sure I totally understand how that could happen in Nix, as I thought hashes were always checked deterministically. That said, if there were different build inputs,...

It seems like the issue persists for me in 0.5.25: ``` error: builder for '/nix/store/zq1ixqbnimvqwhmmk5sgzldm4rw3pb5s-unison-code-manager-0.5.25.drv' failed with exit code 1; last 10 log lines: > patching script interpreter paths in...

To follow up on my last post, I do see the following at the specified nix store entry: ``` ls /nix/store/h9470smw77kd8dw08yk317kc1qsr21sb-unison-code-manager-0.5.25/bin/ucm /nix/store/h9470smw77kd8dw08yk317kc1qsr21sb-unison-code-manager-0.5.25/bin/ucm $ ls /nix/store/h9470smw77kd8dw08yk317kc1qsr21sb-unison-code-manager-0.5.25/unison/* /nix/store/h9470smw77kd8dw08yk317kc1qsr21sb-unison-code-manager-0.5.25/unison/unison ``` So the `unison`...

> Oh one other thing that I notice is that you are on unstable nixpkgs while I am on 24.05. I wonder if that could be relevant? This was a...

That's a nice blog post. Building from source sounds good in principle, though it might be best to use cachix in that scenario. I've only ever consumed from it that...

I'm having this issue again, and really need a workaround to contineu working on a project; I tried http instead of https but `nix-channel --update` doesn't like it either: ```...