1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Update nu scripts url since it got merged upstream

This commit is contained in:
RGBCube 2023-12-14 15:32:21 +03:00
parent adfea502de
commit 399e61dfc2
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -540,15 +540,15 @@
"nuScripts": { "nuScripts": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1702127877, "lastModified": 1702507399,
"narHash": "sha256-W9czVqmYOmdn7G3dMdVkBYkeDzTizSLAF1X25pSB+gw=", "narHash": "sha256-RGM1UutSbjLyW6JpJEf2kJ7DfYT1LJyDP/+dBAREvFc=",
"owner": "RGBCube", "owner": "nushell",
"repo": "nu_scripts", "repo": "nu_scripts",
"rev": "33fd3943d50bfac0103306c9ac800f931d199f0b", "rev": "af92dca52083ab56f9322b92b151e3a7f6691f0c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "RGBCube", "owner": "nushell",
"repo": "nu_scripts", "repo": "nu_scripts",
"type": "github" "type": "github"
} }

View file

@ -48,7 +48,7 @@
}; };
nuScripts = { nuScripts = {
url = "github:RGBCube/nu_scripts"; url = "github:nushell/nu_scripts";
flake = false; flake = false;
}; };