diff --git a/flake.lock b/flake.lock index de94dcd..c601c30 100644 --- a/flake.lock +++ b/flake.lock @@ -660,14 +660,17 @@ "nur": "nur" }, "locked": { - "lastModified": 1780744454, - "narHash": "sha256-UMve8ATj7lb2aDEYs6ErYYl2zxoe+cTbZ3JZrJO7Whw=", - "path": "/home/m3tam3re/p/NIX/m3ta-home", - "type": "path" + "lastModified": 1780744438, + "narHash": "sha256-5tV7omai8Ed7qmqifsqleeHre0h/SeLcTnTacX76DSE=", + "ref": "refs/heads/master", + "rev": "add002e05cd23e04c61471923d3367efc01e3530", + "revCount": 48, + "type": "git", + "url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home" }, "original": { - "path": "/home/m3tam3re/p/NIX/m3ta-home", - "type": "path" + "type": "git", + "url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home" } }, "m3ta-nixpkgs": { diff --git a/flake.nix b/flake.nix index 59a9758..4f37a2c 100644 --- a/flake.nix +++ b/flake.nix @@ -42,8 +42,8 @@ nix-colors.url = "github:misterio77/nix-colors"; m3ta-home = { - # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; - url = "path:/home/m3tam3re/p/NIX/m3ta-home"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; + # url = "path:/home/m3tam3re/p/NIX/m3ta-home"; inputs.nixpkgs.follows = "nixpkgs"; };