David Arnold

Results 830 comments of David Arnold

Sidenote: I'd suggest consider `poetry`, once #164 is merged, I might even consider opening a PR to make this project "poetry hackable". I personally prefer it over tox for convenience...

I've noticed recently, that lib.nixosSystem implements a function that adds `_file` attributes based on heuristics where it's missing. That's handy to improve error reporting on "anonymous" modules.

Same for IP-addresses in a split-horizon scenario.

Awesome, thank you. Why are you using `nix-env` & `nix-build` instead of `nix profile` & ` nix build`? But still `nix copy`.

Notably `nix profile` doesn't support `priority`, yet. This leads sometimes to installation failures.

I have to say I regularly have to switch off auto-rollback in `deploy-rs` because it's too indiscriminate. So being able to define the checks oneself, is a great design. Between...

`nix-diff` would benefit greatly from a semantic differ, not only on the nix level, but also on the major config language levels, with json & xml as a minimum. When...

Since `eval.nix` is currying the target, but otherwise isolated, we don't have access to the colmena flake. The obvious alternative is to require a contract on `inputs.nixpkgs` on the target...

Some discussion participant in https://github.com/zhaofengli/colmena/issues/55 apparently chose to behave exclusive towards me, so I technically can't comment there at this time. But I think even the use of `defaults` &...