diff --git a/lxc/execute b/lxc/execute index 5e71f4a..23ffdae 100755 --- a/lxc/execute +++ b/lxc/execute @@ -90,6 +90,9 @@ case "$lang" in "nasm64" | "asm64") bin=nasm64 ;; +"nim") + bin=nim + ;; "node" | "js" | "javascript") bin=node ;;