flake: lowercase repos

This commit is contained in:
Sandro - 2023-04-24 23:11:42 +02:00
parent d8352e54e8
commit 41ef318d8e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 9 additions and 9 deletions

View File

@ -145,11 +145,11 @@
"rev": "9a6868506fa362d5368fb6214e179bb6d68407b0", "rev": "9a6868506fa362d5368fb6214e179bb6d68407b0",
"revCount": 21, "revCount": 21,
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/C3D2/nix-user-module.git" "url": "https://gitea.c3d2.de/c3d2/nix-user-module.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/C3D2/nix-user-module.git" "url": "https://gitea.c3d2.de/c3d2/nix-user-module.git"
} }
}, },
"caveman": { "caveman": {
@ -195,11 +195,11 @@
"rev": "a6831703454a941f6b0fd6b9896bf6b2d5fc2120", "rev": "a6831703454a941f6b0fd6b9896bf6b2d5fc2120",
"revCount": 2, "revCount": 2,
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/C3D2/deployment.git" "url": "https://gitea.c3d2.de/c3d2/deployment.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/C3D2/deployment.git" "url": "https://gitea.c3d2.de/c3d2/deployment.git"
} }
}, },
"fenix": { "fenix": {
@ -807,11 +807,11 @@
"rev": "d5d8e2d5888e47c03bf4682ec7eba4472c52707b", "rev": "d5d8e2d5888e47c03bf4682ec7eba4472c52707b",
"revCount": 408, "revCount": 408,
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/C3D2/yammat.git" "url": "https://gitea.c3d2.de/c3d2/yammat.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/C3D2/yammat.git" "url": "https://gitea.c3d2.de/c3d2/yammat.git"
} }
}, },
"zentralwerk": { "zentralwerk": {

View File

@ -67,14 +67,14 @@
}; };
}; };
c3d2-user-module = { c3d2-user-module = {
url = "git+https://gitea.c3d2.de/C3D2/nix-user-module.git"; url = "git+https://gitea.c3d2.de/c3d2/nix-user-module.git";
inputs = { inputs = {
nixos-modules.follows = "nixos-modules"; nixos-modules.follows = "nixos-modules";
nixpkgs-lib.follows = "nixos"; nixpkgs-lib.follows = "nixos";
}; };
}; };
deployment = { deployment = {
url = "git+https://gitea.c3d2.de/C3D2/deployment.git"; url = "git+https://gitea.c3d2.de/c3d2/deployment.git";
inputs = { inputs = {
zentralwerk.follows = "zentralwerk"; zentralwerk.follows = "zentralwerk";
}; };
@ -206,7 +206,7 @@
inputs.nixpkgs.follows = "nixos"; inputs.nixpkgs.follows = "nixos";
}; };
yammat = { yammat = {
url = "git+https://gitea.c3d2.de/C3D2/yammat.git"; url = "git+https://gitea.c3d2.de/c3d2/yammat.git";
inputs.nixpkgs.follows = "nixos"; inputs.nixpkgs.follows = "nixos";
}; };
zentralwerk = { zentralwerk = {