mateamt: syntax

This commit is contained in:
Astro 2019-12-20 23:29:54 +01:00
parent f661e40d0d
commit 0249b57639
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> (import <haskell-nix>)
}:
{
mateamt = pkgs.lib.hydraJob ((import <mateamt> {
mateamt = pkgs.lib.hydraJob (import <mateamt> {
inherit pkgs;
} // {
meta = with pkgs.stdenv.lib; {