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 = {