From 64aac996f8c4fa6c18a010bf5f24acb780b0ee2b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 22 May 2020 01:12:20 +0200 Subject: [PATCH] Formating --- lib/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test.nix b/lib/test.nix index 6f85512d..c2ee32e2 100644 --- a/lib/test.nix +++ b/lib/test.nix @@ -27,7 +27,7 @@ in rec { inherit bins; inherit imports; } (haskellBody "home" '' - nix_build $ paths ++ [ [i|#{configDir}/home/target.nix|], "-A", hostname, "-o", [i|result-home-manager-#{hostname}|]] ++ fmap toString args + nix_build $ paths ++ [[i|#{configDir}/home/target.nix|], "-A", hostname, "-o", [i|result-home-manager-#{hostname}|]] ++ fmap toString args ''); repoSrc = "git@hera.m-0.eu:nixos-config";