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
2017-10-02 20:17:33 +02:00

7 lines
214 B
Nix

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