From 1a53b3e5c840e3b6c3eca8a07bb5e8d73358b494 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Thu, 18 Sep 2025 11:00:38 +0200 Subject: [PATCH] chore: move nixvim repo Signed-off-by: Lander Van den Bulcke --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index c157077..390a6b8 100644 --- a/flake.lock +++ b/flake.lock @@ -518,17 +518,17 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1747178526, - "narHash": "sha256-bq5/BV4gDUvB6Ju6GXRWk1eIWzePBXeFQjxOCZ7mKSw=", + "lastModified": 1754427396, + "narHash": "sha256-ihFbF9pCXQrh2AjNnwkSbpc90KEnYa5VqIMFACqIa1s=", "ref": "refs/heads/main", - "rev": "6f23eea774dd98bd75c5b3735cd475bb2fefd9d4", - "revCount": 139, + "rev": "86ade85ed224632f2e4b3f6e8f070e957634725e", + "revCount": 153, "type": "git", - "url": "https://codeberg.org/landervdb/nixvim.git" + "url": "https://git.escapeangle.com/lander/nixvim.git" }, "original": { "type": "git", - "url": "https://codeberg.org/landervdb/nixvim.git" + "url": "https://git.escapeangle.com/lander/nixvim.git" } }, "nixvim_2": { diff --git a/flake.nix b/flake.nix index 276d2f6..f72753c 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; # neovim - nixvim.url = "git+https://codeberg.org/landervdb/nixvim.git"; + nixvim.url = "git+https://git.escapeangle.com/lander/nixvim.git"; # mailserver nixos-mailserver = {