mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
3 lines
128 B
Nix
3 lines
128 B
Nix
args@{ pkgs, stdenv, callPackage }: self:
|
|
(import ./hie-packages.nix args self) // (import ./hackage-packages.nix args self)
|