]> git.immae.eu Git - github/fretlink/hmacaroons.git/blame - shell.nix
Merge branch 'verification'
[github/fretlink/hmacaroons.git] / shell.nix
CommitLineData
7f9f7386
JT
1{ pkgs ? import <nixpkgs> {}, compiler ? "ghc7101" }:
2let hspkgs = pkgs.haskell.packages.${compiler}.override {
7001a61e
JT
3 overrides = self: super: {
4 hmacaroons = self.callPackage ./. {};
5 };
6 };
7in
8 hspkgs.hmacaroons.env