You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nix run github:nix-community/dream2nix#__pythonEnv extract-msg
🔒 Lock successful
Changes are written to pdm.lock.
warning: creating lock file '/tmp/tmp.A5UM59kIcP/flake.lock'
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'nix-shell'
whose name attribute is located at /nix/store/5miwlcqwb8gzva4i1nch4vsg62f7d6p0-source/pkgs/stdenv/generic/make-derivation.nix:331:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'nix-shell'
at /nix/store/5miwlcqwb8gzva4i1nch4vsg62f7d6p0-source/pkgs/stdenv/generic/make-derivation.nix:375:7:
374| depsBuildBuild = elemAt (elemAt dependencies 0) 0;
375| nativeBuildInputs = elemAt (elemAt dependencies 0) 1;
| ^
376| depsBuildTarget = elemAt (elemAt dependencies 0) 2;
(stack trace truncated; use '--show-trace' to show the full trace)
error: infinite recursion encountered
at «none»:0: (source not available)
The text was updated successfully, but these errors were encountered:
Looks like this is caused by a circular dependency between oletools and pcodedmp.
Nixpkgs works around it by just removing oletools as a dependency from pcodedmp.
nix run github:nix-community/dream2nix#__pythonEnv extract-msg
The text was updated successfully, but these errors were encountered: