Skip to content

No longer builds under Nix #30

@istathar

Description

@istathar

The instructions to build this specify running

$ nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'

in this repo, however, this crashes with:

...
building

> @urbit/hoon-language-server@0.1.2 build
> tsc

src/server.ts:8:24 - error TS1141: String literal expected.

8 import { tmpdir } from os;
                         ~~

The change adding this line was in fd0a3bb via #28, the most recent contribution. Reverting to the commit before this was merged allows the build to complete successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions