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", "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": {

View File

@ -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";