1
0
Fork 0

Pin neovim
Some checks failed
Build / build-amd64-linux (push) Failing after 10m13s
Build / build-arm64-linux (push) Failing after 42m2s

This commit is contained in:
Daniel Kempkens 2024-01-26 21:46:07 +01:00
parent 330d732e64
commit fd36decea7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 7 deletions

View file

@ -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": {

View file

@ -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";
};
};