From bc0267963c5f66977cdaffb4e128d587aa91cca1 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 1 Oct 2023 19:56:26 +0200 Subject: [PATCH] flake: Restore www.chvp.be input to my gitlab --- flake.lock | 12 +++++++----- flake.nix | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 262ad134..c1674d0b 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1696181154, - "narHash": "sha256-zezcv1xdf1AT5yT7nHkyfbat5oPY553KTJhNnutObZ0=", + "lastModified": 1696182625, + "narHash": "sha256-qt2eSjH86lx8RSyRWknY2nGW5clMHqxsYaJD1PjnodU=", "owner": "accentor", "repo": "api", - "rev": "5f9031bec5f8111c4a218f63d34439f618a2843b", + "rev": "6c6f64be6156d0500ea3d76cf769f5f5fe0ad763", "type": "github" }, "original": { @@ -681,17 +681,19 @@ ] }, "locked": { + "host": "git.chvp.be", "lastModified": 1678093735, "narHash": "sha256-tA4HfESVtOozPBmHyxNwWcdfLYxaNuMgS+jnKTjr6P4=", "owner": "chvp", "repo": "www.chvp.be", "rev": "364488efc0d31a32fc112e6862efd6a453f5e3ef", - "type": "github" + "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 6d2ce0e7..088cb169 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,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";