Technofab
Technofab
Just a quick info, I think Greg's implementation is much better for general use. I use my implementation because of a specific use case, it's never meant to be used...
There is also my follow up issue from #28979: #29406 Tried to debug the stuff there a bit, but I had the same thought that it just happens when both...
I was able to build k0s and just give it the other kubernetes tools via PATH on NixOS (see https://github.com/NixOS/nixpkgs/issues/247158#issuecomment-1677448932). The build process with Docker etc. was pretty complicated to...
Hi @dketterer Sure, my main pain point that resulted in this was that I wanted to use a program from another flake for which I imported the flake into my...
I recently created a wrapper for Taskfile in Nix which allows me to do exactly what I wanted from this issue, so I'm closing this
I tested around and installed Envoy Gateway and some more GatewayAPI / Ingress controllers and they all worked, so this is probably not Envoy's fault. The "conntrack lookup failed: Success"...
I just had the same issue, I wanted to access my util flake from a perSystem module. A workaround is adding this to the `imports` where the module gets imported:...
+1, would be great to have a written guide or even a video explaining how it works and how to run it/implement it in other projects
I'd estimate this feature to be quite a lot of work, so prioritizing the important stuff makes more sense.
I'd actually prefer the approach of having multiple "keys" like I implemented it. This way it works more like Kustomize and one can specify an override per file (for setting...