diff options
| author | magicquark <198001825+magicquark@users.noreply.github.com> | 2025-12-04 20:22:20 +0000 |
|---|---|---|
| committer | magicquark <198001825+magicquark@users.noreply.github.com> | 2025-12-04 20:38:16 +0000 |
| commit | 4bf849b1f3e6a266b618d95cfa6eedae8ac7ae2e (patch) | |
| tree | dbf11bce6f046ed317dcc3fb7439e0f484a662eb /pkgs/development/python-modules/rangehttpserver | |
| parent | 420af222fc38165a9a599357f502a434a08acb80 (diff) | |
nixos/virtualisation/podman: fix broken evaluation
- The following error occurs when building:
error: A definition for option `environment.systemPackages."[definition 8-entry 2]"' is not of type `package'. Definition values:
- In `/nix/store/dgp9wmspgm6zhl66f0c81rvg3v7wwbsb-source/nixos/modules/virtualisation/podman/default.nix':
''
/nix/store/yyspp8pf5fhpx17wb2ndrhdd7y5kqb4g-podman-docker-compat-5.7.0export HOME=$(mktemp -d) # work around `docker <cmd>`
installShellCompletion --cmd docker \
--bash <($out/bin/docker completion bash) \
--zsh <($out/bin/docker completion zsh) \
- This error occurs because the string is being concatenated to the output
of the function evaluation of `pkgs.runCommand` instead of being
concatenated to the string input of the function.
- Tested locally and the build works again.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
