From 394ff94033ce437415470d55fdf2a12a888e1dea Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 6 Jan 2025 16:34:22 +0100 Subject: [PATCH] flake.nix: move grz projects from `Projects` to `Grzegorz` --- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 717194d..9eab25f 100644 --- a/flake.lock +++ b/flake.lock @@ -28,17 +28,17 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1730249639, - "narHash": "sha256-G3URSlqCcb+GIvGyki+HHrDM5ZanX/dP9BtppD/SdfI=", + "lastModified": 1736177549, + "narHash": "sha256-iEgxxU4INJXntv20A5WQQ/9P0ulDxGaZ8Cn8sfvyAFU=", "ref": "refs/heads/main", - "rev": "80e0447bcb79adad4f459ada5610f3eae987b4e3", - "revCount": 34, + "rev": "29ae3d7482420f1757cca5558d16420aaac22f61", + "revCount": 39, "type": "git", - "url": "https://git.pvv.ntnu.no/Projects/greg-ng.git" + "url": "https://git.pvv.ntnu.no/Grzegorz/greg-ng.git" }, "original": { "type": "git", - "url": "https://git.pvv.ntnu.no/Projects/greg-ng.git" + "url": "https://git.pvv.ntnu.no/Grzegorz/greg-ng.git" } }, "grzegorz-clients": { @@ -54,11 +54,11 @@ "rev": "546d921ec46735dbf876e36f4af8df1064d09432", "revCount": 78, "type": "git", - "url": "https://git.pvv.ntnu.no/Projects/grzegorz-clients.git" + "url": "https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients.git" }, "original": { "type": "git", - "url": "https://git.pvv.ntnu.no/Projects/grzegorz-clients.git" + "url": "https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients.git" } }, "matrix-next": { diff --git a/flake.nix b/flake.nix index 52c9289..de6b27f 100644 --- a/flake.nix +++ b/flake.nix @@ -23,9 +23,9 @@ nix-gitea-themes.url = "git+https://git.pvv.ntnu.no/oysteikt/nix-gitea-themes.git"; nix-gitea-themes.inputs.nixpkgs.follows = "nixpkgs"; - greg-ng.url = "git+https://git.pvv.ntnu.no/Projects/greg-ng.git"; + greg-ng.url = "git+https://git.pvv.ntnu.no/Grzegorz/greg-ng.git"; greg-ng.inputs.nixpkgs.follows = "nixpkgs"; - grzegorz-clients.url = "git+https://git.pvv.ntnu.no/Projects/grzegorz-clients.git"; + grzegorz-clients.url = "git+https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients.git"; grzegorz-clients.inputs.nixpkgs.follows = "nixpkgs"; minecraft-data.url = "git+https://git.pvv.ntnu.no/Drift/minecraft-data.git";