[GH-ISSUE #115] no rlwrap or pixie-vm error after installing with nix #43

Closed
opened 2026-06-08 11:25:26 +03:00 by zhus · 1 comment
Owner

Originally created by @codygman on GitHub (Sep 10, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/115

This is using a nixos-unstable pin from the past few days.

Here's a nix-shell command with that exact pin for you to reproduce:

$ nix-shell -I https://github.com/NixOS/nixpkgs-channels/archive/61525137fd1002f6f2a5eb0ea27d480713362cd5.tar.gz -p dust --pure --run dust
these paths will be fetched (11.28 MiB download, 143.87 MiB unpacked):
  /nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91
  /nix/store/c30p181sp4jy5dr8lswgl431lyvfjmxz-pixie-0-r1364-jit
  /nix/store/k8bpj097am7lyasaamassdx6rjpxl98j-boost-1.69.0
  /nix/store/w3gv4wmbp0nwb69zgxairdw7rq9060nr-boost-1.69.0-dev
copying path '/nix/store/k8bpj097am7lyasaamassdx6rjpxl98j-boost-1.69.0' from 'https://cache.nixos.org'...
copying path '/nix/store/w3gv4wmbp0nwb69zgxairdw7rq9060nr-boost-1.69.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/c30p181sp4jy5dr8lswgl431lyvfjmxz-pixie-0-r1364-jit' from 'https://cache.nixos.org'...
copying path '/nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91' from 'https://cache.nixos.org'...
/nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91/bin/dust: line 26: which: command not found
/nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91/bin/dust: line 29: /nix/store/c30p181sp4jy5dr8lswgl431lyvfjmxz-pixie-0-r1364-jit/bin/pixie-vm: No such file or directory
Originally created by @codygman on GitHub (Sep 10, 2020). Original GitHub issue: https://github.com/bootandy/dust/issues/115 This is using a nixos-unstable pin from the past few days. Here's a nix-shell command with that exact pin for you to reproduce: ```sh $ nix-shell -I https://github.com/NixOS/nixpkgs-channels/archive/61525137fd1002f6f2a5eb0ea27d480713362cd5.tar.gz -p dust --pure --run dust these paths will be fetched (11.28 MiB download, 143.87 MiB unpacked): /nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91 /nix/store/c30p181sp4jy5dr8lswgl431lyvfjmxz-pixie-0-r1364-jit /nix/store/k8bpj097am7lyasaamassdx6rjpxl98j-boost-1.69.0 /nix/store/w3gv4wmbp0nwb69zgxairdw7rq9060nr-boost-1.69.0-dev copying path '/nix/store/k8bpj097am7lyasaamassdx6rjpxl98j-boost-1.69.0' from 'https://cache.nixos.org'... copying path '/nix/store/w3gv4wmbp0nwb69zgxairdw7rq9060nr-boost-1.69.0-dev' from 'https://cache.nixos.org'... copying path '/nix/store/c30p181sp4jy5dr8lswgl431lyvfjmxz-pixie-0-r1364-jit' from 'https://cache.nixos.org'... copying path '/nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91' from 'https://cache.nixos.org'... /nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91/bin/dust: line 26: which: command not found /nix/store/a9p65g3q268clb8cbk1hhkm0yjki60dn-dust-0-91/bin/dust: line 29: /nix/store/c30p181sp4jy5dr8lswgl431lyvfjmxz-pixie-0-r1364-jit/bin/pixie-vm: No such file or directory ```
zhus closed this issue 2026-06-08 11:25:26 +03:00
Author
Owner

@bootandy commented on GitHub (Sep 12, 2020):

Firstly I'm afraid I don't know much about nix.

I think you may have the wrong repo. I don't see why boost would be part of a rust build.

This is me:
https://github.com/NixOS/nixpkgs-channels/blob/a31736120c5de6e632f5a0ba1ed34e53fc1c1b00/pkgs/tools/misc/dust/default.nix

This is not me:
https://github.com/NixOS/nixpkgs-channels/blob/e686bd277196f33fccb685c4526333ebc50d1768/pkgs/development/interpreters/pixie/dust.nix

<!-- gh-comment-id:691311374 --> @bootandy commented on GitHub (Sep 12, 2020): Firstly I'm afraid I don't know much about nix. I think you may have the wrong repo. I don't see why boost would be part of a rust build. This is me: https://github.com/NixOS/nixpkgs-channels/blob/a31736120c5de6e632f5a0ba1ed34e53fc1c1b00/pkgs/tools/misc/dust/default.nix This is not me: https://github.com/NixOS/nixpkgs-channels/blob/e686bd277196f33fccb685c4526333ebc50d1768/pkgs/development/interpreters/pixie/dust.nix
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#43