Bootstrap packer.nu
Jan9103 opened this issue · 0 comments
Jan9103 commented
required changes:
- no absolute paths in
config.nu
andenv.nu
(and due to nu limitations we'll have to use~
, which might create issues)
add to env.nu
(via install.nu
):
if not (PACKER_DIR | path exists) {
nu -c (fetch INSTALL_SCRIPT)
}