diff --git a/flake.lock b/flake.lock index edbad2d..6810da2 100644 --- a/flake.lock +++ b/flake.lock @@ -229,15 +229,15 @@ "locked": { "lastModified": 1718491861, "narHash": "sha256-nnKZRkwXoCtGN8Rgv6FcHttX1JOPWQt2y7yY4Bz/hWk=", - "owner": "Guanran928", - "repo": "nvim", + "ref": "refs/heads/master", "rev": "49f55400d06fa113e4b4ae5a6fa97a6d83c59983", - "type": "github" + "revCount": 64, + "type": "git", + "url": "https://git.ny4.dev/nyancat/nvim" }, "original": { - "owner": "Guanran928", - "repo": "nvim", - "type": "github" + "type": "git", + "url": "https://git.ny4.dev/nyancat/nvim" } }, "nix-darwin": { diff --git a/flake.nix b/flake.nix index d07eb83..ce43a85 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ inputs.rust-overlay.follows = "rust-overlay"; }; neovim = { - url = "github:Guanran928/nvim"; + url = "git+https://git.ny4.dev/nyancat/nvim"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "flake-utils"; inputs.treefmt-nix.follows = "treefmt-nix";