From 0e4fe1f84676a72045d0ae17b29cae3a4ecd626b Mon Sep 17 00:00:00 2001 From: TypoMustakes Date: Thu, 16 Apr 2026 00:39:40 +0200 Subject: [PATCH] Fixed input url --- flake.lock | 24 ++++++++++++------------ flake.nix | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 0e4d787..482d479 100644 --- a/flake.lock +++ b/flake.lock @@ -43,17 +43,17 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1775834362, - "narHash": "sha256-JwVeElcwMiEFSfqjqS6RFDr1y8ZqKLUQ9Qq+I3yNnsI=", + "lastModified": 1776293326, + "narHash": "sha256-jSePWO2LiVkY9VxrY+Gh/1/jFPPlUZRsqdzx9LwLF+Y=", "ref": "refs/heads/master", - "rev": "a91cd16bbe1095777f0a6999d5f2cc024cc02818", + "rev": "6e980df23fff58cf245567d2ce49834997e3a3c9", "revCount": 54, "type": "git", - "url": "https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" + "url": "https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" }, "original": { "type": "git", - "url": "https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" + "url": "https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" } }, "legacy-launcher-src": { @@ -68,11 +68,11 @@ "rev": "d08812b8efc61e7dc5654fa16547d5805d63c684", "revCount": 2, "type": "git", - "url": "https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher" + "url": "https://typofelho.ddns.net/TypoMustakes/legacy-launcher" }, "original": { "type": "git", - "url": "https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher" + "url": "https://typofelho.ddns.net/TypoMustakes/legacy-launcher" } }, "nixpkgs": { @@ -93,11 +93,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1775710090, - "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=", + "lastModified": 1776169885, + "narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4c1018dae018162ec878d42fec712642d214fdfa", + "rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9", "type": "github" }, "original": { @@ -166,11 +166,11 @@ "rev": "fc6de648c15791572caef22bc00697aa84372b8c", "revCount": 1, "type": "git", - "url": "https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype" + "url": "https://typofelho.ddns.net/TypoMustakes/pass-autotype" }, "original": { "type": "git", - "url": "https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype" + "url": "https://typofelho.ddns.net/TypoMustakes/pass-autotype" } }, "root": { diff --git a/flake.nix b/flake.nix index dbe2701..dbba137 100644 --- a/flake.nix +++ b/flake.nix @@ -5,9 +5,9 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - hyprland-toggle-tiling-src.url = "git+https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling"; - legacy-launcher-src.url = "git+https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher"; - pass-autotype-src.url = "git+https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype"; + hyprland-toggle-tiling-src.url = "git+https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling"; + legacy-launcher-src.url = "git+https://typofelho.ddns.net/TypoMustakes/legacy-launcher"; + pass-autotype-src.url = "git+https://typofelho.ddns.net/TypoMustakes/pass-autotype"; home-manager = {