Skip to content

Commit

Permalink
Use online registry by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kubouch committed Jan 31, 2024
1 parent ef14a6a commit fadfac2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nupm/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ export-env {
# TODO: Maybe this is not the best way to set registries, but should be
# good enough for now.
# TODO: Add `nupm registry` for showing info about registries
# TODO: Add `nupm registry add/remove` to add/remove registry from the env
# TODO: Add `nupm registry add/remove` to add/remove registry from the env?
$env.NUPM_REGISTRIES = {
# TODO: Change the registry to a URL
"nupm-test": ($env.FILE_PWD | path join registry.nuon)
nupm_test: 'https://raw.githubusercontent.com/nushell/nupm/main/registry.nuon'
}
}

Expand Down

0 comments on commit fadfac2

Please sign in to comment.