]> git.immae.eu Git - github/fretlink/hmacaroons.git/blame - shell.nix
Fix caveat verification
[github/fretlink/hmacaroons.git] / shell.nix
CommitLineData
7001a61e
JT
1with (import <nixpkgs> {}).pkgs;
2let hspkgs = haskell-ng.packages.ghc7101.override {
3 overrides = self: super: {
4 hmacaroons = self.callPackage ./. {};
5 };
6 };
7in
8 hspkgs.hmacaroons.env