This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/default.nix
2019-07-31 09:21:50 +02:00

7 lines
203 B
Nix

argumentPackages@{ ... }:
let
defaultPackages = (import ./stackage.nix {});
haskellPackages = defaultPackages // argumentPackages;
in import ./uniworx.nix { inherit (haskellPackages) callPackage; }