1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 10:41:06 +01:00

Configure like hell

This commit is contained in:
kmein
2018-09-11 18:16:33 +02:00
parent 58c4b4cc73
commit 9bd7eb2bcb
11 changed files with 792 additions and 613 deletions

10
dot/stack.nix Normal file
View File

@@ -0,0 +1,10 @@
{ fullName, fullEmail, githubUser }:
''
templates:
params:
author-name: ${fullName}
author-email: ${fullEmail}
category: Data
copyright: 'Copyright: (c) 2018 ${fullName}'
github-username: ${githubUser}
''