From bb7ce7c96842c3c3f56d6e414473775f5477c22a Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Wed, 29 Nov 2023 02:22:23 -0500 Subject: [PATCH] Pull vim-plugins from GH --- flake.lock | 17 +++++++++++------ flake.nix | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 5511699..8f1c2f2 100644 --- a/flake.lock +++ b/flake.lock @@ -395,14 +395,19 @@ "nvim-cmp": "nvim-cmp" }, "locked": { - "lastModified": 1, - "narHash": "sha256-ayXR08MOUQj3ID2pZl3/hQKZNvL0nlWEPOaHYO+pQ3o=", - "path": "flakes/vim-plugins", - "type": "path" + "dir": "flakes/vim-plugins", + "lastModified": 1701242061, + "narHash": "sha256-CQA6YbSAlt2A98BIbrTCWIaKalhnHbZcfAoaXthn9to=", + "owner": "sestrella", + "repo": "home-manager.config", + "rev": "6c17642e9cc339def8af0720e0aeabe227c6f93e", + "type": "github" }, "original": { - "path": "flakes/vim-plugins", - "type": "path" + "dir": "flakes/vim-plugins", + "owner": "sestrella", + "repo": "home-manager.config", + "type": "github" } } }, diff --git a/flake.nix b/flake.nix index fac7557..e1f62b3 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - vim-plugins.url = "path:flakes/vim-plugins"; + vim-plugins.url = "github:sestrella/home-manager.config?dir=flakes/vim-plugins"; vim-plugins.inputs.nixpkgs.follows = "nixpkgs"; };