Robert Hensing

Results 912 comments of Robert Hensing

Unfortunately this PR has caused a regression in 2.13.0. [Symptoms](https://gist.github.com/GrahamcOfBorg/fc8358d3707cca3d7aa55f38d6b9da4d) include infinite recursions and some sort of regression in the module system. I've tried to find the root cause by...

Oops, I didn't reset the ~upstream~ pushRemote. Made a separate PR with my additions. I'll revert this in a sec. EDIT: github doesn't seem to tell me the old hash,...

I've changed the quoting and interpretation of relative paths in #8327. wdyt?

An alternate view on the problem is to first solve - #7730 This removes the unnecessary incentive to keep lock files small. (Not just the incentive; they'll actually be smaller)...

The framework has been updated with a new entrypoint, see https://nixos.org/manual/nixos/unstable/#sec-calling-nixos-tests Note also that with flakes `nixos-lib` is also `nixpkgs.lib.nixos` where `nixpkgs` is the Nixpkgs flake. Or for a Nixpkgs-first...

I will leave #448 unmerged state until it's validated. I haven't quite succeeded at that.

Eliminating TemplateHaskell amounts to rewriting the library. I'd support that as part of the effort to improve the nix bindings situation upstream. It could be layered as follows and be...

> decouple Could be done by adding an option to the service modules specifically for this value. `devenv` can assign `env.DEVENV_STATE` to that, while other consumers of the service modules...

I accidentally a PR #16 . Different solution though.

I've put together an [example](https://github.com/roberth/nix-kubernetes/tree/wip-dockerTools-example/examples/dockerTools) of how one might go about adding `dockerTools` images to a configuration. It has the following files: - `trivial.nix`: adaptation of the preexisting example -...