From fd26ab1883d7412440e674a5b22eefa7b96e9b58 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 17 Sep 2023 15:35:54 +0530 Subject: [PATCH] revert "switch to nixvim fork" this commit reverts 11c3e55837492266715783c155b9aaa5df680e9c --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index de65682..4ea2407 100644 --- a/flake.lock +++ b/flake.lock @@ -344,16 +344,15 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1694869218, - "narHash": "sha256-jp7V+iVD94YLZgpgCDtxvyZ+fryI0+fovRld5HnQi6o=", - "owner": "adtya", + "lastModified": 1694944798, + "narHash": "sha256-gQjr6+ydAuJg39KSDHbrxoJ6XIeYVweoEUi5p6nRhz4=", + "owner": "nix-community", "repo": "nixvim", - "rev": "b299fdb2f5509b940d0d449f35541568774f9650", + "rev": "358f5732f2443a922a6ceee54b5740efabe0950c", "type": "github" }, "original": { - "owner": "adtya", - "ref": "git-blame-nvim", + "owner": "nix-community", "repo": "nixvim", "type": "github" } diff --git a/flake.nix b/flake.nix index 56d2fed..3c6cf13 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; nixvim = { - url = "github:adtya/nixvim/git-blame-nvim"; + url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; };