Switch to local gitea as input
This commit is contained in:
parent
75a380e25a
commit
98e36877ba
|
|
@ -301,11 +301,11 @@
|
||||||
"rev": "148f7fe77452628d33cc431421a7819f3365cb03",
|
"rev": "148f7fe77452628d33cc431421a7819f3365cb03",
|
||||||
"revCount": 6,
|
"revCount": 6,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/odie/Code/nix/neovim-config"
|
"url": "ssh://gitea@pi1.odie.intranet/odie/neovim-flake"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/odie/Code/nix/neovim-config"
|
"url": "ssh://gitea@pi1.odie.intranet/odie/neovim-flake"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"neovim-flake": {
|
"neovim-flake": {
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
};
|
};
|
||||||
neovim = {
|
neovim = {
|
||||||
url = "/home/odie/Code/nix/neovim-config";
|
url = "git+ssh://gitea@pi1.odie.intranet/odie/neovim-flake";
|
||||||
};
|
};
|
||||||
neovim-nightly-overlay = {
|
neovim-nightly-overlay = {
|
||||||
url = "github:nix-community/neovim-nightly-overlay";
|
url = "github:nix-community/neovim-nightly-overlay";
|
||||||
|
|
|
||||||
Reference in New Issue