From 3daed337b16d63440e92f20d889a8fec84d91e2a Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 10 Sep 2023 13:02:10 +0530 Subject: [PATCH] switch to personal nivim fork --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 0574efa..b580a39 100644 --- a/flake.lock +++ b/flake.lock @@ -344,15 +344,16 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1694274712, - "narHash": "sha256-XoqfgaqzvS9FS2Ci2NXEPkuY5Shc3Z4RACEeJrWDSsI=", - "owner": "nix-community", + "lastModified": 1694329009, + "narHash": "sha256-32CLpCy8FkPNBxBWUDvDR6AHomh68LN9Un56SKwtEt8=", + "owner": "adtya", "repo": "nixvim", - "rev": "6efbb5353c08e6bcee24f3ed7314e51767a52d9e", + "rev": "378fc8c2462996fdac77e88cbd9259d5ac6ce507", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "adtya", + "ref": "dracula-vim", "repo": "nixvim", "type": "github" } diff --git a/flake.nix b/flake.nix index 3c6cf13..8c37b5b 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; nixvim = { - url = "github:nix-community/nixvim"; + url = "github:adtya/nixvim/dracula-vim"; inputs.nixpkgs.follows = "nixpkgs"; }; };