From d919ea33a5f2cc0d082e7f61ef458151661d2cf8 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Thu, 24 Jul 2025 15:13:01 +0800 Subject: [PATCH] Remove unused specialArgs --- helpers.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpers.nix b/helpers.nix index 8d5216b..9b9e5ab 100644 --- a/helpers.nix +++ b/helpers.nix @@ -67,8 +67,6 @@ with inputs.nixpkgs.lib; { # Make some variables accesible to modules. inherit hostname - platform - suite secrets ; };