Skip to content

Commit

Permalink
fix(flake): quote registry name
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 22, 2023
1 parent a8b26a8 commit 914f4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 914f4a9

Please sign in to comment.