Graham Christensen

Results 168 comments of Graham Christensen

I'm a bit surprised there aren't failing tests, but perhaps there are and they aren't caught by CI. Looks like a good patch once hydra#922 is merged, thanks!

We discussed this ticket in our daily standup today, and we decided to hold off on this until we've implemented support for another language or two. We want to do...

We don't support this right now. We've been thinking / wondering about how to handle cross and other targets, but we're not ready to adopt that complexity yet. Maybe adding...

My understanding is a lot of macOS applications have to find executables on the libraries on the host to successfully build, and that they cannot be provided purely. I've asked...

> and in @grahamc's case word of mouth ref: https://github.com/nixos/nix/commit/7c5596734f65b30b250ea73a423b40a4ce513fdf

Note that I am ok with CC-BY-SA but I don't agree with transferring the ownership which is required for contributing it to this repo.

ref: https://github.com/equinix/metal-cli/blob/55108842ba065f14050da24e103038cb87c54ad4/internal/devices/update.go#L76-L78

One note is that as a Nix installer, this project isn't _currently_ equipped to manage changes over time. If this is for work, we're working with customers now on automating...

Unfortunately this doesn't work: the plan says to create the directory, then the planning phase detects the directory doesn't exist (yet) and decides to not install it. Hrm.

I have a use case this is biting me in. The scripts are running as root already under systemd. My approach has been to use substitute in place: ``` (substituteAll...