This commit is contained in:
Steffen Jost 2019-07-02 17:06:32 +02:00
commit b08777956a
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{ nixpkgs ? import <nixpkgs> }: { nixpkgs ? import <nixpkgs> }:
let let
inherit (nixpkgs {}) pkgs;
haskellPackages = import ./stackage.nix { inherit nixpkgs; }; haskellPackages = import ./stackage.nix { inherit nixpkgs; };
drv = haskellPackages.callPackage ./uniworx.nix {}; drv = haskellPackages.callPackage ./uniworx.nix {};