Changed nixvim url as it is migrated to self hosted forgejo instance
This commit is contained in:
parent
8d00cd6c89
commit
6f161bd60b
3 changed files with 8 additions and 8 deletions
|
|
@ -1 +1 @@
|
||||||
Added live package to flake
|
Changed nixvim url as it is migrated to self hosted forgejo instance
|
||||||
|
|
|
||||||
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -166,15 +166,15 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1764593086,
|
"lastModified": 1764593086,
|
||||||
"narHash": "sha256-EenvZecgWymWuovtyakmtr9Hr3GAJw7esc3LCd8ALW0=",
|
"narHash": "sha256-EenvZecgWymWuovtyakmtr9Hr3GAJw7esc3LCd8ALW0=",
|
||||||
"owner": "EsVagy42",
|
"ref": "refs/heads/main",
|
||||||
"repo": "nixvim",
|
|
||||||
"rev": "23eb7bb108193a450c2c6d6f56e60ea9a36ea55a",
|
"rev": "23eb7bb108193a450c2c6d6f56e60ea9a36ea55a",
|
||||||
"type": "github"
|
"revCount": 69,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.esvagy.com/esvagy/nixvim"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "EsVagy42",
|
"type": "git",
|
||||||
"repo": "nixvim",
|
"url": "https://git.esvagy.com/esvagy/nixvim"
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixvim_2": {
|
"nixvim_2": {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
nixvim = {
|
nixvim = {
|
||||||
url = "github:EsVagy42/nixvim";
|
url = "git+https://git.esvagy.com/esvagy/nixvim";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue