deps: revert nvim-tree-lua
This commit is contained in:
parent
ea9daa8577
commit
a323501f1f
2 changed files with 10 additions and 10 deletions
18
flake.lock
18
flake.lock
|
@ -293,16 +293,16 @@
|
||||||
"utils": "utils_2"
|
"utils": "utils_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1665465576,
|
"lastModified": 1665514526,
|
||||||
"narHash": "sha256-NhInj/ZNUbF9bE9ePEhEMrRO0bz7N/I9SCkMZ1yROiE=",
|
"narHash": "sha256-0EPWcS3booqUGGqj8HeUVfYqPnh3jxRMd+WFRbVcm7A=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "8957cc62e623d2844f402f0bb4840bbedb4c7f16",
|
"rev": "5225154c6c50ca27b9335e4dcb23b665379aeceb",
|
||||||
"revCount": 48,
|
"revCount": 49,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.pleshevski.ru/mynix/neovim"
|
"url": "https://git.pleshevski.ru/mynix/neovim"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"rev": "8957cc62e623d2844f402f0bb4840bbedb4c7f16",
|
"rev": "5225154c6c50ca27b9335e4dcb23b665379aeceb",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.pleshevski.ru/mynix/neovim"
|
"url": "https://git.pleshevski.ru/mynix/neovim"
|
||||||
}
|
}
|
||||||
|
@ -401,17 +401,17 @@
|
||||||
"nvim-tree-lua": {
|
"nvim-tree-lua": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1665444510,
|
"lastModified": 1664848690,
|
||||||
"narHash": "sha256-cXetle0+JSa6CHE7M9qvX2kPKJ8BijaRZdzczPzjvy4=",
|
"narHash": "sha256-+PQBpPEgFHU1YW6OwcjJPdDrm1fMmHw5bzyBzuqZuNI=",
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
"rev": "b01e7beaa6f0dbbf5df775cf4ecc829a23f0be54",
|
"rev": "1cf428ae676fd0f37ed3acff6f36a934521493ca",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
"rev": "b01e7beaa6f0dbbf5df775cf4ecc829a23f0be54",
|
"rev": "1cf428ae676fd0f37ed3acff6f36a934521493ca",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
# my neovim configuration
|
# my neovim configuration
|
||||||
myneovim = {
|
myneovim = {
|
||||||
url = "git+https://git.pleshevski.ru/mynix/neovim?rev=8957cc62e623d2844f402f0bb4840bbedb4c7f16";
|
url = "git+https://git.pleshevski.ru/mynix/neovim?rev=5225154c6c50ca27b9335e4dcb23b665379aeceb";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue