Fixed own flakes not downloading???

This commit is contained in:
2026-04-15 19:39:53 +02:00
parent e319c9f30d
commit 42edee447a
2 changed files with 15 additions and 15 deletions

24
flake.lock generated
View File

@@ -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": {

View File

@@ -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 = {