use templating fork

This commit is contained in:
Kiara Grouwstra 2025-06-21 16:03:56 +02:00
parent 15f1909de3
commit e714b0559a
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 6 additions and 10 deletions

View file

@ -129,14 +129,14 @@
"type": "Git", "type": "Git",
"repository": { "repository": {
"type": "GitHub", "type": "GitHub",
"owner": "lassulus", "owner": "KiaraGrouwstra",
"repo": "nix-templating" "repo": "nix-templating"
}, },
"branch": "master", "branch": "lib-default-arg",
"submodules": false, "submodules": false,
"revision": "437fd19b727e963560980fc4026f79400c440e39", "revision": "e1ff247d508b4efd057a4d6bb13cf45b62c2512f",
"url": "https://github.com/lassulus/nix-templating/archive/437fd19b727e963560980fc4026f79400c440e39.tar.gz", "url": "https://github.com/KiaraGrouwstra/nix-templating/archive/e1ff247d508b4efd057a4d6bb13cf45b62c2512f.tar.gz",
"hash": "000gdd9a4w6gh9lgklsb4dzchgd0fpdkxlhgvpmw0m6ssmrxivkb" "hash": "0g59h4r029jw8vlvn8da62fk9m737s80fg2qk57322iv9lkqlvp0"
}, },
"nix-unit": { "nix-unit": {
"type": "Git", "type": "Git",

View file

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