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