diff --git a/add_license_header.py b/add_license_header.py index 731d52d..00709b6 100644 --- a/add_license_header.py +++ b/add_license_header.py @@ -43,6 +43,7 @@ class BlockComment(NamedTuple): 'lua': BlockComment('--[[', '', '--]]'), 'makefile': BlockComment('#', '#', '#'), 'markdown': BlockComment(''), + 'nix': BlockComment('#', '#', '#'), 'php': BlockComment('/*', ' *', ' */'), 'python': BlockComment('#', '#', '#'), 'ruby': BlockComment('#', '#', '#'),