1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

Add nu-cmd-lang to nu_release.nu (#411)

We need to reflect the cratification of `nu-command`
This commit is contained in:
Stefan Holderbach 2023-03-14 19:40:55 +01:00 committed by GitHub
parent e95f60971b
commit 18deb3d7d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ let subcrates_wave_1 = [
]
let subcrates_wave_2 = [
nu-cmd-lang,
nu-command,
]