flake: switch to self-hosted git
This commit is contained in:
parent
39598c2e1a
commit
27d8675ce6
2 changed files with 7 additions and 7 deletions
12
flake.lock
12
flake.lock
|
@ -229,15 +229,15 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718491861,
|
"lastModified": 1718491861,
|
||||||
"narHash": "sha256-nnKZRkwXoCtGN8Rgv6FcHttX1JOPWQt2y7yY4Bz/hWk=",
|
"narHash": "sha256-nnKZRkwXoCtGN8Rgv6FcHttX1JOPWQt2y7yY4Bz/hWk=",
|
||||||
"owner": "Guanran928",
|
"ref": "refs/heads/master",
|
||||||
"repo": "nvim",
|
|
||||||
"rev": "49f55400d06fa113e4b4ae5a6fa97a6d83c59983",
|
"rev": "49f55400d06fa113e4b4ae5a6fa97a6d83c59983",
|
||||||
"type": "github"
|
"revCount": 64,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.ny4.dev/nyancat/nvim"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Guanran928",
|
"type": "git",
|
||||||
"repo": "nvim",
|
"url": "https://git.ny4.dev/nyancat/nvim"
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-darwin": {
|
"nix-darwin": {
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
inputs.rust-overlay.follows = "rust-overlay";
|
inputs.rust-overlay.follows = "rust-overlay";
|
||||||
};
|
};
|
||||||
neovim = {
|
neovim = {
|
||||||
url = "github:Guanran928/nvim";
|
url = "git+https://git.ny4.dev/nyancat/nvim";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
inputs.flake-utils.follows = "flake-utils";
|
||||||
inputs.treefmt-nix.follows = "treefmt-nix";
|
inputs.treefmt-nix.follows = "treefmt-nix";
|
||||||
|
|
Loading…
Reference in a new issue