diff options
| author | magicquark <198001825+magicquark@users.noreply.github.com> | 2025-12-06 06:09:42 +0000 |
|---|---|---|
| committer | magicquark <198001825+magicquark@users.noreply.github.com> | 2025-12-06 06:09:42 +0000 |
| commit | 2d293c04dbf01072867bb4540bc00a72c66fd5eb (patch) | |
| tree | 91af6b8399f97a46239c0cd06eb5e23f63c53873 /pkgs/development/python-modules/rangehttpserver | |
| parent | 4bf849b1f3e6a266b618d95cfa6eedae8ac7ae2e (diff) | |
nixos/virtualisation/podman: fix negated logic
- !stdenv.buildPlatform.canExecute stdenv.hostPlatform is incorrect.
- Example: buildPlatform = x86_64, hostPlatform = aarch64, x86_64 cannot
execute (without emulation) aarch64 so this results in !false, which
is true. This means that the optional string is inserted and x86_64
will try to run aarch64 docker.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
