flake: switch to self-hosted git

This commit is contained in:
Guanran Wang 2024-07-04 13:29:18 +08:00
parent 39598c2e1a
commit 27d8675ce6
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 7 additions and 7 deletions

View file

@ -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": {

View file

@ -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";