diff --git a/flake.lock b/flake.lock index fbdde77..81e24a7 100644 --- a/flake.lock +++ b/flake.lock @@ -139,14 +139,19 @@ "liminix": { "flake": false, "locked": { - "lastModified": 1760422832, - "narHash": "sha256-NF3zYafQ/6BIRFlpHlWF9tgD8Rfeu96exzPqrEMjXgk=", - "path": "/home/kurogeek/Desktop/gitea/newedge/liminix", - "type": "path" + "lastModified": 1760426231, + "narHash": "sha256-r8c5PKtsxAvtQ/k17GH+WNvP47Lr+AbExLMPdLtvAKE=", + "ref": "refs/heads/fix-gl-ar750", + "rev": "3f1f7c08d440130cce9262a93ce78ed7969d93cd", + "revCount": 1574, + "type": "git", + "url": "https://git.b4l.co.th/newedge/liminix" }, "original": { - "path": "/home/kurogeek/Desktop/gitea/newedge/liminix", - "type": "path" + "ref": "refs/heads/fix-gl-ar750", + "rev": "3f1f7c08d440130cce9262a93ce78ed7969d93cd", + "type": "git", + "url": "https://git.b4l.co.th/newedge/liminix" } }, "nix-darwin": { diff --git a/flake.nix b/flake.nix index b80fa2f..b38a8a9 100644 --- a/flake.nix +++ b/flake.nix @@ -22,8 +22,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; liminix = { - # url = "git+https://git.b4l.co.th/newedge/liminix?ref=refs/heads/fix-gl-ar750&rev=9621ac51e9b4dfb462253173061239615cd083d6"; - url = "path:/home/kurogeek/Desktop/gitea/newedge/liminix"; + url = "git+https://git.b4l.co.th/newedge/liminix?ref=refs/heads/fix-gl-ar750&rev=3f1f7c08d440130cce9262a93ce78ed7969d93cd"; flake = false; }; };