1
0
Fork 0

Fix test-config-builder

This commit is contained in:
Malte Brandy 2021-11-19 18:24:13 +01:00
parent 6f4ef8af15
commit 3cbecb4906

View file

@ -1,6 +1,6 @@
{ pkgs, lib, config, ... }:
let
bins = lib.attrValues { inherit (pkgs) git nix niv gnutar gzip openssh laminar; };
bins = lib.attrValues { inherit (pkgs) git nix niv gnutar xz gzip openssh laminar; };
standardPath = lib.makeBinPath bins;
imports = [ "Control.Exception (onException)" ];
haskellBody = name: drv: ''