mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
pkgs.haskell.lib.packagesFromDirectory: forward compatibility
Add `...` for less painful downgrades in the future
This commit is contained in:
parent
2c55c157bd
commit
637fcd4c5b
@ -387,7 +387,7 @@ rec {
|
||||
#
|
||||
# packagesFromDirectory : Directory -> HaskellPackageOverrideSet
|
||||
packagesFromDirectory =
|
||||
{ directory }:
|
||||
{ directory, ... }:
|
||||
|
||||
self: super:
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user