Fixed input url

This commit is contained in:
TypoMustakes
2026-04-16 00:39:40 +02:00
parent 7edf357ff5
commit 0e4fe1f846
2 changed files with 15 additions and 15 deletions

24
flake.lock generated
View File

@@ -43,17 +43,17 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1775834362, "lastModified": 1776293326,
"narHash": "sha256-JwVeElcwMiEFSfqjqS6RFDr1y8ZqKLUQ9Qq+I3yNnsI=", "narHash": "sha256-jSePWO2LiVkY9VxrY+Gh/1/jFPPlUZRsqdzx9LwLF+Y=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "a91cd16bbe1095777f0a6999d5f2cc024cc02818", "rev": "6e980df23fff58cf245567d2ce49834997e3a3c9",
"revCount": 54, "revCount": 54,
"type": "git", "type": "git",
"url": "https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" "url": "https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling" "url": "https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling"
} }
}, },
"legacy-launcher-src": { "legacy-launcher-src": {
@@ -68,11 +68,11 @@
"rev": "d08812b8efc61e7dc5654fa16547d5805d63c684", "rev": "d08812b8efc61e7dc5654fa16547d5805d63c684",
"revCount": 2, "revCount": 2,
"type": "git", "type": "git",
"url": "https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher" "url": "https://typofelho.ddns.net/TypoMustakes/legacy-launcher"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher" "url": "https://typofelho.ddns.net/TypoMustakes/legacy-launcher"
} }
}, },
"nixpkgs": { "nixpkgs": {
@@ -93,11 +93,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1775710090, "lastModified": 1776169885,
"narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=", "narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4c1018dae018162ec878d42fec712642d214fdfa", "rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -166,11 +166,11 @@
"rev": "fc6de648c15791572caef22bc00697aa84372b8c", "rev": "fc6de648c15791572caef22bc00697aa84372b8c",
"revCount": 1, "revCount": 1,
"type": "git", "type": "git",
"url": "https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype" "url": "https://typofelho.ddns.net/TypoMustakes/pass-autotype"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype" "url": "https://typofelho.ddns.net/TypoMustakes/pass-autotype"
} }
}, },
"root": { "root": {

View File

@@ -5,9 +5,9 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
hyprland-toggle-tiling-src.url = "git+https://gitea@typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling"; hyprland-toggle-tiling-src.url = "git+https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling";
legacy-launcher-src.url = "git+https://gitea@typofelho.ddns.net/TypoMustakes/legacy-launcher"; legacy-launcher-src.url = "git+https://typofelho.ddns.net/TypoMustakes/legacy-launcher";
pass-autotype-src.url = "git+https://gitea@typofelho.ddns.net/TypoMustakes/pass-autotype"; pass-autotype-src.url = "git+https://typofelho.ddns.net/TypoMustakes/pass-autotype";
home-manager = { home-manager = {