From 208e5d1fb1e21f6d319017269995c59c4b67a890 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 15 Jan 2025 20:28:36 -0500 Subject: [PATCH] update nvix target --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 95c9088..1cc758d 100644 --- a/flake.lock +++ b/flake.lock @@ -289,15 +289,15 @@ "locked": { "lastModified": 1731074697, "narHash": "sha256-UUWprSht7l/TEt0RbyaOGWGUG6bFFs3oMYOjfIpHg6I=", - "ref": "refs/heads/main", + "owner": "TheWanderingCrow", + "repo": "nvix", "rev": "2de249808d4402830ba8d97c8048c10af39d1730", - "revCount": 23, - "type": "git", - "url": "https://git.wanderingcrow.net/TheWanderingCrow/nvix" + "type": "github" }, "original": { - "type": "git", - "url": "https://git.wanderingcrow.net/TheWanderingCrow/nvix" + "owner": "TheWanderingCrow", + "repo": "nvix", + "type": "github" } }, "nixvim_2": { diff --git a/flake.nix b/flake.nix index 1bcbe53..fba3182 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix"; + nixvim.url = "github:TheWanderingCrow/nvix"; sops-nix.url = "github:Mic92/sops-nix"; nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets"; };