]> woffs.de Git - fd/haskell-amqp-utils.git/blob - default.nix
WiP rabbit hole
[fd/haskell-amqp-utils.git] / default.nix
1 # SPDX-FileCopyrightText: 2022 Frank Doepper
2 #
3 # SPDX-License-Identifier: GPL-3.0-only
4
5 { nixpkgs ? import <nixpkgs> {}, compiler ? "" }:
6 with nixpkgs.pkgs;
7 with (if haskell.packages ? ${compiler} then haskell.packages.${compiler} else haskellPackages);
8 callPackage ./amqp-utils.nix { }