lock nvim source repo

This commit is contained in:
2023-05-02 12:10:45 +03:00
parent eb0aec11cf
commit 2c2e7185bc
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
{
description = "NVIM Configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
# TODO: migrate to 23.05 when it'll be released
nixpkgs.url = "github:nixos/nixpkgs/96ba1c52e54e74c3197f4d43026b3f3d92e83ff9";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = inputs @ {