From 51f9c5724a446b0fae08730c75db4b87405f351b Mon Sep 17 00:00:00 2001 From: Qubasa Date: Sat, 28 Jun 2025 22:43:34 +0700 Subject: [PATCH] Revert "add flakeparts to template test" This reverts commit a263643cd7fe5f679618895f011a332c36b1523d. --- templates/flake-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/flake-module.nix b/templates/flake-module.nix index c36f3097d..366fd7ef7 100644 --- a/templates/flake-module.nix +++ b/templates/flake-module.nix @@ -26,7 +26,6 @@ EOF ''; evaled = (import "${initialized}/flake.nix").outputs { - flake-parts = inputs.flake-parts; self = evaled // { outPath = initialized; };