chore(nixos): Fix development environment

This commit is contained in:
Gregor Kleen 2019-07-02 14:52:31 +02:00
parent e1e26abbbf
commit 2aea61c259

View File

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