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

View file

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