diff options
Diffstat (limited to 'trivionomicon/pkgs/athena-bccr/unwrapped.nix')
| -rw-r--r-- | trivionomicon/pkgs/athena-bccr/unwrapped.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trivionomicon/pkgs/athena-bccr/unwrapped.nix b/trivionomicon/pkgs/athena-bccr/unwrapped.nix index bf99a84..dc9f142 100644 --- a/trivionomicon/pkgs/athena-bccr/unwrapped.nix +++ b/trivionomicon/pkgs/athena-bccr/unwrapped.nix @@ -5,9 +5,10 @@ requireFile, release, gaudiHash ? null, + vendor, ... }: let - inherit (release) srcPaths vendor; + inherit (release) srcPaths; url = if mirror != null |
