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
|
||||
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