mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Fixing ordering / added nu-drive-value for nu_release.nu (#915)
This commit is contained in:
parent
eedcd10dbb
commit
6b962c8f46
1 changed files with 2 additions and 1 deletions
|
@ -3,13 +3,14 @@ use std log
|
||||||
export def main [] {
|
export def main [] {
|
||||||
let subcrates_wave_1 = [
|
let subcrates_wave_1 = [
|
||||||
nu-glob,
|
nu-glob,
|
||||||
nu-json,
|
|
||||||
nu-path,
|
nu-path,
|
||||||
nu-pretty-hex,
|
nu-pretty-hex,
|
||||||
nu-system,
|
nu-system,
|
||||||
nu-utils,
|
nu-utils,
|
||||||
nu-term-grid,
|
nu-term-grid,
|
||||||
nu-test-support,
|
nu-test-support,
|
||||||
|
nu-json,
|
||||||
|
nu-derive-value,
|
||||||
nu-protocol,
|
nu-protocol,
|
||||||
nu-engine,
|
nu-engine,
|
||||||
nu-plugin-protocol,
|
nu-plugin-protocol,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue