Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
3a6acf547e |
2 changed files with 3 additions and 4 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
result
|
||||
result-*
|
5
lib.nix
5
lib.nix
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
nix_templater ? pkgs.callPackage ./pkgs/nix_templater { },
|
||||
}:
|
||||
{ pkgs, nix_templater }:
|
||||
{
|
||||
# placeholder to be substituted with the content of a secret file
|
||||
fileContents = file: {
|
||||
|
|
Loading…
Add table
Reference in a new issue