Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fetchFromGitHub: use instance URL in name
Browse files Browse the repository at this point in the history
  • Loading branch information
bbjubjub2494 authored and AxelSilverdew committed May 21, 2024
1 parent d60eb74 commit 7ec6274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/fetchgithub/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib.makeOverridable (
{ owner, repo, rev
, name ? null # Override with null to use the default value
, pname ? "source-${owner}-${repo}"
, pname ? "source-${githubBase}-${owner}-${repo}"
, fetchSubmodules ? false, leaveDotGit ? null
, deepClone ? false, private ? false, forceFetchGit ? false
, sparseCheckout ? []
Expand Down

0 comments on commit 7ec6274

Please sign in to comment.