From 822fd22bb7e4fa828bf0bb1657413174bf59dcc4 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 28 Feb 2025 12:28:56 +0530 Subject: [PATCH] chore: update trok flake input --- flake.lock | 15 +++++++++------ flake.nix | 3 +-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index dd31251..092433a 100755 --- a/flake.lock +++ b/flake.lock @@ -1099,14 +1099,17 @@ ] }, "locked": { - "lastModified": 1740677973, - "narHash": "sha256-VXRxyaBJ6HQ/Ts5cURES+glF+SBRJzPPZXBIEvNYD+8=", - "path": "/home/tux/Projects/trok", - "type": "path" + "lastModified": 1740692705, + "narHash": "sha256-HFJw/yrYQp6WdWZt/9k8TYPpkFrLh9gyw9rZVWnW23Y=", + "ref": "refs/heads/main", + "rev": "4fe87421334307b20b66194c32f3e1e27b18f169", + "revCount": 15, + "type": "git", + "url": "ssh://git@github.com/tuxdotrs/trok.git" }, "original": { - "path": "/home/tux/Projects/trok", - "type": "path" + "type": "git", + "url": "ssh://git@github.com/tuxdotrs/trok.git" } }, "utils": { diff --git a/flake.nix b/flake.nix index 6207e59..f41acd1 100755 --- a/flake.nix +++ b/flake.nix @@ -134,8 +134,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; trok = { - # url = "git+ssh://git@github.com/tuxdotrs/trok.git"; - url = "path:/home/tux/Projects/trok"; + url = "git+ssh://git@github.com/tuxdotrs/trok.git"; inputs.nixpkgs.follows = "nixpkgs"; }; tfolio = {