From d564142fc3a8edfa0d4aa6642cd03af1986115ca Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 6 Mar 2023 10:15:40 +0100 Subject: [PATCH] Use website repo from personal gitlab --- flake.lock | 12 +++++++----- flake.nix | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 03be926c..62a14dde 100644 --- a/flake.lock +++ b/flake.lock @@ -392,17 +392,19 @@ ] }, "locked": { - "lastModified": 1677483439, - "narHash": "sha256-ieOEYil+btZYAazD0yQGWo+2MSZyPIddYDkg3k88J+c=", + "host": "git.chvp.be", + "lastModified": 1678093735, + "narHash": "sha256-tA4HfESVtOozPBmHyxNwWcdfLYxaNuMgS+jnKTjr6P4=", "owner": "chvp", "repo": "www.chvp.be", - "rev": "04b3b36d53e89803d7e7cd3bca6d47dd3b0c0c47", - "type": "github" + "rev": "364488efc0d31a32fc112e6862efd6a453f5e3ef", + "type": "gitlab" }, "original": { + "host": "git.chvp.be", "owner": "chvp", "repo": "www.chvp.be", - "type": "github" + "type": "gitlab" } } }, diff --git a/flake.nix b/flake.nix index 0e311342..791e9bdf 100644 --- a/flake.nix +++ b/flake.nix @@ -78,7 +78,7 @@ }; }; www-chvp-be = { - url = "github:chvp/www.chvp.be"; + url = "gitlab:chvp/www.chvp.be?host=git.chvp.be"; inputs = { devshell.follows = "devshell"; flake-utils.follows = "flake-utils";