Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer builds under Nix #30

Open
istathar opened this issue Nov 15, 2022 · 1 comment · May be fixed by #31
Open

No longer builds under Nix #30

istathar opened this issue Nov 15, 2022 · 1 comment · May be fixed by #31

Comments

@istathar
Copy link

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/[email protected] 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.

@bct bct linked a pull request Mar 19, 2023 that will close this issue
@hardkorebob
Copy link

hardkorebob commented Nov 13, 2023

> @urbit/[email protected] build
> tsc

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

8 import { tmpdir } from os;
                         ~~


Found 1 error.

error: builder for '/nix/store/wvfyycngsmzmzp8m4wbf1g3f51jzmzp9-hoon-language-server-0.1.2.drv' failed with exit code 2

       .hddddddddddddddddddddddh.          [email protected]
      :dddddddddddddddddddddddddd:         --------------------
     /dddddddddddddddddddddddddddd/        OS: Alpine Linux v3.18 x86_64
    +dddddddddddddddddddddddddddddd+       Host: OptiPlex 9010 01
  `sdddddddddddddddddddddddddddddddds`     Kernel: 6.1.62-0-lts
 `ydddddddddddd++hdddddddddddddddddddy`    Uptime: 1 day, 13 hours, 20 mins
.hddddddddddd+`  `+ddddh:-sdddddddddddh.   Packages: 341 (apk)
hdddddddddd+`      `+y:    .sddddddddddh   Shell: ash
ddddddddh+`   `//`   `.`     -sddddddddd   Resolution: 1920x1080
ddddddh+`   `/hddh/`   `:s-    -sddddddd   WM: dwm
ddddh+`   `/+/dddddh/`   `+s-    -sddddd   Terminal: st
ddd+`   `/o` :dddddddh/`   `oy-    .yddd   CPU: Intel i7-3770S (8) @ 3.900GHz
hdddyo+ohddyosdddddddddho+oydddy++ohdddh   Memory: 2184MiB / 19895MiB
.hddddddddddddddddddddddddddddddddddddh.
 `yddddddddddddddddddddddddddddddddddy`
  `sdddddddddddddddddddddddddddddddds`
    +dddddddddddddddddddddddddddddd+
     /dddddddddddddddddddddddddddd/
      :dddddddddddddddddddddddddd:
       .hddddddddddddddddddddddh.



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants