chore(deps): lock file maintenance
This commit is contained in:
parent
701a3dccf7
commit
3193c3a1ea
2 changed files with 13 additions and 12 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -226,11 +226,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744743431,
|
"lastModified": 1745557122,
|
||||||
"narHash": "sha256-iyn/WBYDc7OtjSawbegINDe/gIkok888kQxk3aVnkgg=",
|
"narHash": "sha256-eqSo9ugzsqhFgaDFYUZj943nurlX4L6f+AW0skJ4W+M=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c61bfe3ae692f42ce688b5865fac9e0de58e1387",
|
"rev": "dd26f75fb4ec1c731d4b1396eaf4439ce40a91c1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -342,11 +342,11 @@
|
||||||
"nuschtosSearch": []
|
"nuschtosSearch": []
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745518054,
|
"lastModified": 1745593478,
|
||||||
"narHash": "sha256-jaYDGY/7Uja1/HRvogrvvfIdKKl600kI/fxPdQ3PcUw=",
|
"narHash": "sha256-GV0YnG6ZLW+BDsEKS2rjTtKcfTcTbdlVaf0ESQDBsK8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "e6e536953580a956c143fc4413e8d9b4c876aeb8",
|
"rev": "b72ba2e4e2af53269a19b99bf684480f3ad4a78f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -44,12 +44,13 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
# Pyright needs to have the project root set?
|
# Pyright needs to have the project root set?
|
||||||
basedpyright.rootDir = # lua
|
basedpyright.rootMarkers = [
|
||||||
''
|
"flake.nix"
|
||||||
function()
|
".git"
|
||||||
return vim.fs.root(0, {'flake.nix', '.git', '.jj', 'pyproject.toml', 'setup.py'})
|
".jj"
|
||||||
end
|
"pyproject.toml"
|
||||||
'';
|
"setup.py"
|
||||||
|
];
|
||||||
# Big but infrequently used dependencies.
|
# Big but infrequently used dependencies.
|
||||||
#
|
#
|
||||||
# Configure the LSPs, but don't install the packages.
|
# Configure the LSPs, but don't install the packages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue