From 914f4a9d27886bf180ffd003528b062a31293a42 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Fri, 22 Dec 2023 15:16:48 -0500 Subject: [PATCH] fix(flake): quote registry name Signed-off-by: Cameron Smith --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a916504..ca8c4a6 100644 --- a/flake.nix +++ b/flake.nix @@ -350,8 +350,7 @@ # token = builtins.getEnv "GH_TOKEN"; }; registries = { - enable = true; - ghcr.io = { + "ghcr.io" = { enable = true; repo = "sciexp/flytezendev"; username = builtins.getEnv "GITHUB_ACTOR";