这是indexloc提供的服务,不要输入任何密码
Skip to content

Parsing error when single quotes are used in indented strings #75

@figsoda

Description

@figsoda
{ stdenv
, x # nil warns "unused binding", but it is used
}:

stdenv.mkDerivation {
  x = '''${x}'';
  # x = "'${x}"; # this works
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions