1 2 3 4 5 6
{ pkgs ? (import <nixpkgs> {}) }: rec { thermoprint-spec = pkgs.haskellPackages.callPackage ./spec/thermoprint-spec.nix {}; }