1
0
Fork 0

Fix test-config.hs

This commit is contained in:
Malte Brandy 2021-05-18 17:29:22 +02:00
parent 48ee53bcb7
commit 0ae17b25b6
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -84,7 +84,7 @@ in
HOMES = lib.concatStringsSep " " homes;
SYSTEMS = lib.concatStringsSep " " systems;
DEPLOY = deployCommand;
PATH = "${lib.makeBinPath [ pkgs.laminar pkgs.git ]}:$PATH";
PATH = "${lib.makeBinPath [ pkgs.laminar pkgs.git pkgs.nix ]}:$PATH";
};
ghcArgs = [ "-threaded" ];
}