From ef3b728dd8225e16a3a43b042674361765b41876 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 15 May 2025 22:43:10 -0500 Subject: Change modules to pass flake inputs collectively, not individually --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2effb06..0e63219 100644 --- a/flake.nix +++ b/flake.nix @@ -9,10 +9,10 @@ }; }; - outputs = { self, nixpkgs, mobile-nixos }: { + outputs = inputs@{ self, ... }: { nixosConfigurations = import ./hosts { - inherit nixpkgs mobile-nixos; + inherit inputs; }; muspell-img = self.nixosConfigurations. -- cgit v1.2.3