(wip) flake: switch to self-hosted git
This commit is contained in:
parent
7068057406
commit
691dd30e86
2 changed files with 7 additions and 7 deletions
12
flake.lock
12
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": {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue