provide a default value for lib's nix_templater
parameter to facilitate importing without flakes
This commit is contained in:
parent
83d157aaff
commit
88e3fb4496
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
nix_templater,
|
||||
lib ? pkgs.lib,
|
||||
nix_templater ? pkgs.callPackage ./pkgs/nix_templater { },
|
||||
}:
|
||||
let
|
||||
escapeJson = {
|
||||
|
|
Loading…
Add table
Reference in a new issue