1
0
Fork 0

Formating

This commit is contained in:
Malte Brandy 2020-05-22 01:12:20 +02:00
parent 47cec2c8a7
commit 64aac996f8
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -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";