forked from Fediversity/Fediversity
use templating fork
This commit is contained in:
parent
3622dc817a
commit
ebd79d2d5e
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