nar
nar copied to clipboard
Run terminal applications using nar
Hi,
I'm trying to package a command-line only application using nar. For example something like: https://github.com/slap-editor/slap
It is purely a command line application which uses blessed to make a terminal UI.
Is it possible to run such a thing using nar? It looks like nar runs the application in a bash subprocess, which makes messes with the terminal backend somehow.
Any advice?