From e3644993ec5b7ee911671f62332f27d8fcde5f01 Mon Sep 17 00:00:00 2001 From: luochen570 <1160510664@qq.com> Date: Tue, 26 May 2026 13:03:04 +0800 Subject: [PATCH] fix: pass inputs as specialArg to wsl config --- hosts/wsl/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wsl/configuration.nix b/hosts/wsl/configuration.nix index e6a493f..84fa401 100644 --- a/hosts/wsl/configuration.nix +++ b/hosts/wsl/configuration.nix @@ -1,4 +1,4 @@ -{ username, ... }: +{ username, inputs, ... }: { imports = [ inputs.nixos-wsl.nixosModules.default