Skip to content

Commit

Permalink
hydra: add git+ssh URI
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Mar 3, 2024
1 parent 5ef2dfe commit ed5c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/config/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Allow Hydra to build flakes
experimental-features = "nix-command flakes";
# Allow Hydra to access flake inputs
allowed-uris = "ssh:// http:// https:// github:";
allowed-uris = "git+ssh:// http:// https:// github:";
};
};

Expand Down

0 comments on commit ed5c395

Please sign in to comment.