misuzu
misuzu
> I don't think I'm advanced enough to write a test like that yet. Like I said, the test is optional 😁
This abomination seems to work ```python import asyncio from dependency_injector import containers, providers class AsyncToSyncResource(providers.Provider): __slots__ = ("_factory",) def __init__(self, *args, **kwargs): self._factory = providers.Factory( lambda resource: resource.result(), **kwargs, )...
I really hate this. What if I want to build a multi-arch derivation? This worked before just fine.
In my experience it's usually failing on "local" derivations (preferLocalBuild)
- Probably related https://github.com/NixOS/nix/issues/9605
Is this it or I need to open a new issue? ``` % cat /etc/nix/machines ssh://builder-aarch64-linux-build-box aarch64-linux,armv7l-linux - 64 10 nixos-test,benchmark,big-parallel,kvm - - % sudo nix store info --store ssh://builder-aarch64-linux-build-box...
> you are using `--system` when you should use `--eval-system`. `--system` will make your macos machine to pretend it is a Linux machine. This makes sense, I didn't even know...
RouterOS supports [containers](https://help.mikrotik.com/docs/display/ROS/Container) now, it should be possible to run netbird in such container
> disko-install supports this. Is this enough for your usecase? disko-install needs to evaluate a flake to change the disk at a build time. I want to change disk at...