Fix syntax error caused by copy-paste

This commit is contained in:
Nikita Uvarov 2017-08-28 15:23:45 +02:00
parent e9ca4305a6
commit c9ea2852f1
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

View file

@ -6,7 +6,7 @@ let
let
conf = import confPath;
in
if confAttr == "" then conf else conf.''${confAttr};
if confAttr == "" then conf else conf.${confAttr};
pkgs = pkgs;
};
in