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

Cannot run AppImages on NixOS

Open balsoft opened this issue 6 years ago • 1 comments

I can run arbitrary AppImages on NixOS with appimage-run tool. But appimages generated by nix-bundle fail:

$ ./nix2appimage.sh emacs
AppImage created at Emacs-x86_64.AppImage
$ appimage-run ./Emacs-x86.64.AppImage
unshare(): Operation not permitted

Even though kernel.unpriveleged_userns_apparmor_policy = 1

balsoft avatar Jan 30 '19 19:01 balsoft

failed here as well

viogq avatar Oct 06 '19 07:10 viogq