Pin neovim
This commit is contained in:
parent
330d732e64
commit
fd36decea7
2 changed files with 8 additions and 7 deletions
13
flake.lock
13
flake.lock
|
@ -45,27 +45,28 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1706225824,
|
||||
"narHash": "sha256-mSx0Szlebq9M1aAV3crFEPUqdjy0WJqLLkR1cBeX7tI=",
|
||||
"lastModified": 1706221562,
|
||||
"narHash": "sha256-ysv2kgZp1PzYtYP7O4jYru/QY4OZzANjlBHNMfHrWn8=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "6116495e6e6d3508eb99720faad7e55ba7cbe978",
|
||||
"rev": "89a9745a1a55dc9ffd0f8292735e45bae6c7b01e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"dir": "contrib",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "89a9745a1a55dc9ffd0f8292735e45bae6c7b01e",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1706150372,
|
||||
"narHash": "sha256-L0ioe5hifmkzltYr8Eo+72QvdDYPKHhDp9oWm3yqHkw=",
|
||||
"lastModified": 1706275741,
|
||||
"narHash": "sha256-53O2JHFdDTWHzTfLkZRAZVAk9ntChFhcTTnAtj6bJKE=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "854f4671883250e456dc1553c783ac9741a0e9a4",
|
||||
"rev": "7ac72b3ee2af9bab80d66addd9b237277cc975c5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
neovim-flake = {
|
||||
url = "github:neovim/neovim?dir=contrib";
|
||||
url = "github:neovim/neovim?rev=89a9745a1a55dc9ffd0f8292735e45bae6c7b01e&dir=contrib";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue