treewide: remove unused occurence of fetchFromGitHub argument

This commit is contained in:
isabel
2024-05-26 19:08:40 +01:00
committed by Emery Hemingway
parent cf2531726c
commit 63aceac766
57 changed files with 34 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
# Generated by rebar3_nix
let fetchOnly = { src, ... }: src;
in { builder ? fetchOnly, fetchHex, fetchgit, fetchFromGitHub, overrides ? (x: y: { }) }:
in { builder ? fetchOnly, fetchHex, fetchgit, overrides ? (x: y: { }), ... }:
let
self = packages // (overrides self packages);
packages = with self; {