From 8ac8de2593a9f5e3c160f95358b4db75d3a04640 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 11 Dec 2023 06:44:34 -0500 Subject: systems+seth: add inputs' to module.args; use flake for firefox addons --- systems/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systems/default.nix') diff --git a/systems/default.nix b/systems/default.nix index 2f8c277..6f31339 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -1,8 +1,8 @@ { lib, + withSystem, inputs, self, - withSystem, ... }: let /* @@ -16,6 +16,7 @@ modules = args.modules ++ [./${name}]; specialArgs = { inherit inputs self; + inputs' = withSystem (args.system or "x86_64-linux") ({inputs', ...}: inputs'); secretsDir = ../secrets/${name}; }; } -- cgit v1.2.3