nix-portable icon indicating copy to clipboard operation
nix-portable copied to clipboard

[Help Wanted] nix bundle within nix-portable

Open qlibp opened this issue 1 year ago • 1 comments

not sure if this way of using nix-portable properly or not.

./nix-portable nix bundle github:BirdeeHub/nixCats-nvim#nixCats

The static binary neovim is fianlly get built, but I can't not run it, saying that it can not find hexdump.

image

qlibp avatar Apr 28 '24 13:04 qlibp

You are not using the nix-portable bundler. You need to specify the bundler via --bundler. Check the readme for working examples.

DavHau avatar Apr 28 '24 14:04 DavHau