fix: Amend import paths to use whitelisted nixpkgs

This commit is contained in:
Vincent Ambo 2019-12-09 02:54:35 +00:00
parent 39ba761663
commit 46e5a23937
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
{ pkgs, ... }:
let
inherit (pkgs.third_party.nixpkgs) writeShellScriptBin haskell;
inherit (pkgs.third_party) writeShellScriptBin haskell;
tazblog = haskell.packages.ghc865.callPackage ./tazblog.nix {};
wrapper = writeShellScriptBin "tazblog" ''
export PORT=8000