aboutsummaryrefslogtreecommitdiffhomepage
path: root/bundle
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-16 21:55:05 -0500
committerCalvin Rose <calsrose@gmail.com>2025-03-16 21:55:05 -0500
commit8acd05ba796b70c32e91fe77aad2b68724485a41 (patch)
tree0c39230b3ce0ad6200636e21fb06cb89754305af /bundle
parentMove away from using rules to define all bundle hooks. (diff)
Remove rule commands from janet-pm
Diffstat (limited to 'bundle')
-rw-r--r--bundle/init.janet2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/init.janet b/bundle/init.janet
index a15f4c8..0a14e1d 100644
--- a/bundle/init.janet
+++ b/bundle/init.janet
@@ -1,2 +1,2 @@
(use /spork/declare-cc)
-(dofile "project.janet" :env (jpm-shim-env (curenv)))
+(dofile "project.janet" :env (jpm-shim-env))