From 24253f0ada0902b1e79659e00b17e132e8a0c2cb Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 1 Jan 2025 11:14:59 +0100 Subject: [PATCH] special args added --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index ab0c078..77e77a5 100644 --- a/flake.nix +++ b/flake.nix @@ -147,6 +147,9 @@ modules = [ ./tsunemori/configuration.nix ]; + + specialArgs = { + inherit inputs system pkgs pkgs-stable userSettings; }; }; };