`nix-run htop` causes sed error "unterminated `s' command"
Closed this issue · 0 comments
codygman commented
[cody@nixos:~]$ realpath $(which nix-run)
/nix/store/9mcn9nnavrxbhwbacwlalxln0qbx0iyr-nix-bundle-0.3.0/bin/nix-run
[cody@nixos:~]$ nix-run htop
sed: -e expression #1, char 24: unterminated `s' command
[cody@nixos:~]$ nix-run hello
Hello, world!