From 1378d534cf262a642dae214c6332526a105fd918 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 16 Aug 2025 22:01:20 +0530 Subject: [PATCH] feat: use upstream version of hyprmonitors --- flake.lock | 15 +++++++++------ flake.nix | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index b75bec4c..4f1637a9 100644 --- a/flake.lock +++ b/flake.lock @@ -1648,14 +1648,17 @@ "rust-overlay": "rust-overlay_5" }, "locked": { - "lastModified": 1755355299, - "narHash": "sha256-JPc+WfLsakUALqfOaZ68xN3tf8qo61Ybfiq9FicFLEQ=", - "path": "/home/servius/Projects/hyprmonitors", - "type": "path" + "lastModified": 1755360211, + "narHash": "sha256-ZdHdkhn8COBJxTLrbgIsxTJ7NT0hCegrOYeYZv9vUqg=", + "ref": "refs/heads/master", + "rev": "4714208a0b1c9e6702112518378fb4833cc092d9", + "revCount": 8, + "type": "git", + "url": "ssh://gitea@git.darksailor.dev/servius/hyprmonitors" }, "original": { - "path": "/home/servius/Projects/hyprmonitors", - "type": "path" + "type": "git", + "url": "ssh://gitea@git.darksailor.dev/servius/hyprmonitors" } }, "hyprutils": { diff --git a/flake.nix b/flake.nix index bb7464f7..224090bc 100644 --- a/flake.nix +++ b/flake.nix @@ -183,8 +183,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; hyprmonitors = { - # url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors"; - url = "path:/home/servius/Projects/hyprmonitors"; + url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors"; + # url = "path:/home/servius/Projects/hyprmonitors"; inputs.nixpkgs.follows = "nixpkgs"; }; nix-minecraft.url = "github:Infinidoge/nix-minecraft";