diff --git a/flake.lock b/flake.lock index 8cef48a..5e438de 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 8b67550..9f6aa5d 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };