mirror of
https://github.com/kmein/niveum
synced 2026-03-17 10:41:06 +01:00
Configure like hell
This commit is contained in:
10
dot/stack.nix
Normal file
10
dot/stack.nix
Normal 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}
|
||||
''
|
||||
Reference in New Issue
Block a user