Jan9103/packer.nu

Bootstrap packer.nu

Jan9103 opened this issue · 0 comments

required changes:

  • no absolute paths in config.nu and env.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)
}