haskell-modules/configuration-common.nix: Bring fetchpatch2 into scope

This commit is contained in:
Robert Hensing 2022-12-20 01:32:07 +01:00
parent 79dbdc2138
commit 6a08bcf1d5

View file

@ -12,7 +12,7 @@
{ pkgs, haskellLib }:
let
inherit (pkgs) fetchpatch lib;
inherit (pkgs) fetchpatch fetchpatch2 lib;
inherit (lib) throwIfNot versionOlder;
in