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
|
let
|
||||||
inherit (lib) mkIf mkMerge;
|
inherit (lib) mkIf mkMerge;
|
||||||
sources = import ../../../npins;
|
sources = import ../../../npins;
|
||||||
inherit
|
inherit (import "${sources.nix-templating}/lib.nix" { inherit pkgs; })
|
||||||
(import "${sources.nix-templating}/lib.nix" {
|
|
||||||
inherit pkgs;
|
|
||||||
nix_templater = pkgs.callPackage "${sources.nix-templating}/pkgs/nix_templater" { };
|
|
||||||
})
|
|
||||||
fileContents
|
fileContents
|
||||||
template_text
|
template_text
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue