fix outdated comment

This commit is contained in:
atpotts 2019-02-17 10:45:18 +00:00 committed by GitHub
parent 16f04153bc
commit e6de76f089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ let
templates = importJSON ./templates.json;
schemes = importJSON ./schemes.json;
# pure bash mustache engine
# mustache engine
mustache = template-attrs: name: src:
pkgs.stdenv.mkDerivation (
{