57d74e6f4f
Ugly hack to get around the error "a string that refers to a store path cannot be appended to a path". The underlying problem is that you cannot do "${./file1} ${./file2}" but you can do " ${./file1} ${./file2}" Obviously we should allow the first case as well. |
||
---|---|---|
.. | ||
lshd.nix | ||
sshd.nix |