nix: bump myneovim

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-20 09:22:19 +03:00
parent 314d9afd5c
commit e39799558d
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
2 changed files with 12 additions and 12 deletions

View file

@ -102,15 +102,15 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1663609400,
"narHash": "sha256-J4fa3W7L1IUB9onoW4BhFnmfVLmjYtM8iqi215DER8Q=",
"rev": "2d1b7d554f628b307689fee24c119bea317e75ee",
"revCount": 28,
"lastModified": 1663654859,
"narHash": "sha256-BqiZiS84tCDX2o7oOUrdECNzb/XGblEpZnFdkV8ovsw=",
"ref": "refs/heads/main",
"rev": "3a3ad592611915df59382d5cbd64e7eb75e035ba",
"revCount": 30,
"type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim"
},
"original": {
"rev": "2d1b7d554f628b307689fee24c119bea317e75ee",
"type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim"
}
@ -276,15 +276,15 @@
"utils": "utils_3"
},
"locked": {
"lastModified": 1663511714,
"narHash": "sha256-hus+SMFRN6Or+Hr09bEokO5zwVPeexujey6S0MRUBu8=",
"rev": "21e9e89de2af212ca9dec914011cfde7e48f8de6",
"revCount": 33,
"lastModified": 1663533455,
"narHash": "sha256-1UCPnJh+UOJGNdeMuQuDHibXWh1jOCXTta7JI4VX3LE=",
"ref": "refs/heads/main",
"rev": "1f57ca0c97cb345af9caf07e34546f2adf8020c7",
"revCount": 36,
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
},
"original": {
"rev": "21e9e89de2af212ca9dec914011cfde7e48f8de6",
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
}

View file

@ -20,13 +20,13 @@
# my neovim configuration
myneovim = {
url = "git+https://git.pleshevski.ru/mynix/neovim?rev=2d1b7d554f628b307689fee24c119bea317e75ee";
url = "git+https://git.pleshevski.ru/mynix/neovim";
inputs.nixpkgs.follows = "nixpkgs";
};
# tool to change .env faster
vnetod = {
url = "git+https://git.pleshevski.ru/pleshevskiy/vnetod?rev=21e9e89de2af212ca9dec914011cfde7e48f8de6";
url = "git+https://git.pleshevski.ru/pleshevskiy/vnetod";
inputs.nixpkgs.follows = "nixpkgs";
};
};