myneovim #6

Merged
pleshevskiy merged 5 commits from myneovim into main 2022-09-18 17:05:23 +03:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 5f0ee442e6 - Show all commits

10
flake.lock generated
View file

@ -65,16 +65,16 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1663492544,
"narHash": "sha256-NFq9698tie7mDWQSsBQZOyn2nqvZM7arjwGyLK3nb6I=",
"lastModified": 1663509296,
"narHash": "sha256-ZZV+3Uuqv676YPE8opx220g7e9Mlr+7uejea8iMDh84=",
"ref": "refs/heads/main",
"rev": "252f3cf2a6029037ada15564ea8533513391d7df",
"revCount": 19,
"rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7",
"revCount": 22,
"type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim"
},
"original": {
"rev": "252f3cf2a6029037ada15564ea8533513391d7df",
"rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7",
"type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim"
}

View file

@ -13,7 +13,7 @@
};
myneovim = {
url = "git+https://git.pleshevski.ru/mynix/neovim?rev=252f3cf2a6029037ada15564ea8533513391d7df";
url = "git+https://git.pleshevski.ru/mynix/neovim?rev=3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7";
inputs.nixpkgs.follows = "nixpkgs";
};
};