Switch to local gitea as input

This commit is contained in:
Patrick Neff 2024-01-30 18:03:13 +01:00
parent 75a380e25a
commit 98e36877ba
2 changed files with 3 additions and 3 deletions

View File

@ -301,11 +301,11 @@
"rev": "148f7fe77452628d33cc431421a7819f3365cb03",
"revCount": 6,
"type": "git",
"url": "file:///home/odie/Code/nix/neovim-config"
"url": "ssh://gitea@pi1.odie.intranet/odie/neovim-flake"
},
"original": {
"type": "git",
"url": "file:///home/odie/Code/nix/neovim-config"
"url": "ssh://gitea@pi1.odie.intranet/odie/neovim-flake"
}
},
"neovim-flake": {

View File

@ -9,7 +9,7 @@
url = "github:nix-community/home-manager";
};
neovim = {
url = "/home/odie/Code/nix/neovim-config";
url = "git+ssh://gitea@pi1.odie.intranet/odie/neovim-flake";
};
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";