forked from fediversity/fediversity
use templating fork
This commit is contained in:
parent
f5f4b5731b
commit
a1ee234b67
1 changed files with 1 additions and 5 deletions
|
|
@ -7,11 +7,7 @@
|
|||
let
|
||||
inherit (lib) mkIf mkMerge;
|
||||
sources = import ../../../npins;
|
||||
inherit
|
||||
(import "${sources.nix-templating}/lib.nix" {
|
||||
inherit pkgs;
|
||||
nix_templater = pkgs.callPackage "${sources.nix-templating}/pkgs/nix_templater" { };
|
||||
})
|
||||
inherit (import "${sources.nix-templating}/lib.nix" { inherit pkgs; })
|
||||
fileContents
|
||||
template_text
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue