fix: nu_scripts

This commit is contained in:
Ryan Yin
2025-11-11 12:45:04 +08:00
parent 744fbf9ce5
commit 1385a34f1a
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View File

@@ -941,15 +941,15 @@
"nu_scripts": { "nu_scripts": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1762119959, "lastModified": 1762835849,
"narHash": "sha256-4ibgz7y1fsBn2aDuptqpdLd4Wdfx2sKGs7wVRJxCWW0=", "narHash": "sha256-oxnXzxQkNccCs36j+aMzg4QGHDcX7niJruqxCkeg0LM=",
"owner": "nushell", "owner": "ryan4yin",
"repo": "nu_scripts", "repo": "nu_scripts",
"rev": "449dd3d06598714c2ba0ee3fa3556e24d034c624", "rev": "4ec4c2ac3a0ce6eb82ca1b7ddb2d386e24530000",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nushell", "owner": "ryan4yin",
"repo": "nu_scripts", "repo": "nu_scripts",
"type": "github" "type": "github"
} }

View File

@@ -157,7 +157,7 @@
######################## Some non-flake repositories ######################################### ######################## Some non-flake repositories #########################################
nu_scripts = { nu_scripts = {
url = "github:nushell/nu_scripts"; url = "github:ryan4yin/nu_scripts";
flake = false; flake = false;
}; };