From 11c3e55837492266715783c155b9aaa5df680e9c Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 16 Sep 2023 17:39:08 +0530 Subject: [PATCH] switch to nixvim fork --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index c3990b0..65e6f17 100644 --- a/flake.lock +++ b/flake.lock @@ -344,15 +344,16 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1694341786, - "narHash": "sha256-7xp0lZ0Ihx1f9WLYxOWP73PlM0HOa0Wrp3/iF7D++zc=", - "owner": "nix-community", + "lastModified": 1694865384, + "narHash": "sha256-svPImtOaBinwfJG15srz14xYLY6P/SJ0fdQRTGZgi80=", + "owner": "adtya", "repo": "nixvim", - "rev": "9e6892e8391a5bcc3727802b6a9fb2b9b52537df", + "rev": "04034e4f286f23042ffbe554a0c733278eafa11b", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "adtya", + "ref": "git-blame-nvim", "repo": "nixvim", "type": "github" } diff --git a/flake.nix b/flake.nix index 3c6cf13..56d2fed 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; nixvim = { - url = "github:nix-community/nixvim"; + url = "github:adtya/nixvim/git-blame-nvim"; inputs.nixpkgs.follows = "nixpkgs"; }; };