From 72e0463e32845b18063c5049e2cc1de3b06c96ee Mon Sep 17 00:00:00 2001 From: larstvei Date: Fri, 12 Sep 2025 00:21:52 +0200 Subject: [PATCH] inherit accepts multiple args --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index f4a0f85..5416dd1 100644 --- a/flake.nix +++ b/flake.nix @@ -54,11 +54,7 @@ nixosConfigurations.thinkpad = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = { - inherit nanostatus; - inherit emacs-larstvei; - inherit zen-browser; - }; + specialArgs = { inherit emacs-larstvei nanostatus zen-browser; }; modules = [ home-manager.nixosModules.default ./machines/thinkpad