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-build --show-trace
error: while evaluating the attribute 'package' of the derivation 'btdu-0.1.0' at /nix/store/i03nyp29ps71c0qyay9299ivj5h15zsd-nixos-20.09.2750.85abeab48b5/nixos/pkgs/stdenv/generic/make-derivation.nix:192:11:
cannot coerce a set to a string, at /nix/store/i03nyp29ps71c0qyay9299ivj5h15zsd-nixos-20.09.2750.85abeab48b5/nixos/pkgs/stdenv/generic/make-derivation.nix:192:11
this is due to the fact that package is a set and it cannot be an argument to mkDerivation here:
this is due to the fact that
package
is a set and it cannot be an argument to mkDerivation here:https://github.com/lionello/dub2nix/blob/master/mkDub.nix#L65
The text was updated successfully, but these errors were encountered: