From 42edee447aef7a9d68e77c9eee6fd2cae6dca257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Wed, 15 Apr 2026 19:39:53 +0200 Subject: [PATCH] Fixed own flakes not downloading??? --- flake.lock | 24 ++++++++++++------------ flake.nix | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index e7acf88..0e4d787 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ ] }, "locked": { - "lastModified": 1775983377, - "narHash": "sha256-ZeRjipGQnVtQ/6batI+yVOrL853FZsL0m9A63OaSfgM=", + "lastModified": 1776184304, + "narHash": "sha256-No6QGBmIv5ChiwKCcbkxjdEQ/RO2ZS1gD7SFy6EZ7rc=", "owner": "nix-community", "repo": "home-manager", - "rev": "e0ca734ffc85d25297715e98010b93303fa165c4", + "rev": "3c7524c68348ef79ce48308e0978611a050089b2", "type": "github" }, "original": { @@ -49,11 +49,11 @@ "rev": "a91cd16bbe1095777f0a6999d5f2cc024cc02818", "revCount": 54, "type": "git", - "url": "ssh://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling.git" + "url": "https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" }, "original": { "type": "git", - "url": "ssh://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling.git" + "url": "https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" } }, "legacy-launcher-src": { @@ -68,11 +68,11 @@ "rev": "d08812b8efc61e7dc5654fa16547d5805d63c684", "revCount": 2, "type": "git", - "url": "ssh://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher.git" + "url": "https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher" }, "original": { "type": "git", - "url": "ssh://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher.git" + "url": "https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher" } }, "nixpkgs": { @@ -125,11 +125,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1775811116, - "narHash": "sha256-t+HZK42pB6N+i5RGbuy7Xluez/VvWbembBdvzsc23Ss=", + "lastModified": 1776067740, + "narHash": "sha256-B35lpsqnSZwn1Lmz06BpwF7atPgFmUgw1l8KAV3zpVQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "54170c54449ea4d6725efd30d719c5e505f1c10e", + "rev": "7e495b747b51f95ae15e74377c5ce1fe69c1765f", "type": "github" }, "original": { @@ -166,11 +166,11 @@ "rev": "fc6de648c15791572caef22bc00697aa84372b8c", "revCount": 1, "type": "git", - "url": "ssh://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype.git" + "url": "https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype" }, "original": { "type": "git", - "url": "ssh://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype.git" + "url": "https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype" } }, "root": { diff --git a/flake.nix b/flake.nix index a88bcbd..dbe2701 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+ssh://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling.git"; - legacy-launcher-src.url = "git+ssh://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher.git"; - pass-autotype-src.url = "git+ssh://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype.git"; + 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"; home-manager = {