1
0
Fork 0

nvim: update flake
All checks were successful
Build / build-amd64-linux (push) Successful in 1m49s
Build / build-arm64-linux (push) Successful in 12m40s

This commit is contained in:
Daniel Kempkens 2024-01-22 11:11:58 +01:00
parent 1f1ae83ceb
commit fb392903d0
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 7 additions and 8 deletions

View file

@ -45,28 +45,27 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1705709324,
"narHash": "sha256-cxzYCWSbOGLnkhfBRwTV2r0hU0jYqO2zo7/gX0tKFu4=",
"lastModified": 1705911034,
"narHash": "sha256-jC47N/NjYrti4wVo+HxsMGpxTTNujERA0zKh3OCMap4=",
"owner": "neovim",
"repo": "neovim",
"rev": "98a4ed0a110625e63950d85b26f3e4614393ea04",
"rev": "21b36c7d7fa351544253316c606651e9ce925b29",
"type": "github"
},
"original": {
"dir": "contrib",
"owner": "neovim",
"repo": "neovim",
"rev": "98a4ed0a110625e63950d85b26f3e4614393ea04",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1705847418,
"narHash": "sha256-I0EzjhMl5D/PI54DYhL/9iXmFmNb75M7PJ8/yrU5Z1A=",
"lastModified": 1705891108,
"narHash": "sha256-PQ0Df5BzByg+0gPE1goa9WYVXSoEP6gtjblrbYC8WOI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7da66b359bcffc532b67035b54b49c25b0c0480c",
"rev": "8cccce637e19577815de54c5ecc3132dff965aee",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
neovim-flake = {
url = "github:neovim/neovim?rev=98a4ed0a110625e63950d85b26f3e4614393ea04&dir=contrib";
url = "github:neovim/neovim?dir=contrib";
inputs.nixpkgs.follows = "nixpkgs";
};
};