aboutsummaryrefslogtreecommitdiff
path: root/nomsu_environment.moon
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_environment.moon')
-rw-r--r--nomsu_environment.moon2
1 files changed, 2 insertions, 0 deletions
diff --git a/nomsu_environment.moon b/nomsu_environment.moon
index c519b06..0f5f411 100644
--- a/nomsu_environment.moon
+++ b/nomsu_environment.moon
@@ -235,6 +235,8 @@ nomsu_environment = Importer{
unless @SOURCE_MAP[source_key] or @OPTIMIZATION >= 2
map = {}
file = Files.read(source.filename)
+ if not file and NOMSU_PREFIX
+ file = Files.read("#{NOMSU_PREFIX}/share/nomsu/#{table.concat NOMSU_VERSION, "."}/#{source.filename}")
if not file
error "Failed to find file: #{source.filename}"
nomsu_str = file\sub(source.start, source.stop)