DavHau / nix-portable

Nix - Static, Permissionless, Installation-free, Pre-configured
MIT License
779 stars 29 forks source link

[Help Wanted] nix bundle within nix-portable #106

Open qlibp opened 2 months ago

qlibp commented 2 months ago

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

DavHau commented 2 months ago

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