From a263643cd7fe5f679618895f011a332c36b1523d Mon Sep 17 00:00:00 2001 From: pinpox Date: Thu, 26 Jun 2025 15:33:25 +0200 Subject: [PATCH] add flakeparts to template test --- templates/flake-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/flake-module.nix b/templates/flake-module.nix index 366fd7ef7..c36f3097d 100644 --- a/templates/flake-module.nix +++ b/templates/flake-module.nix @@ -26,6 +26,7 @@ EOF ''; evaled = (import "${initialized}/flake.nix").outputs { + flake-parts = inputs.flake-parts; self = evaled // { outPath = initialized; };