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 --- hosts/muspell/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/muspell/default.nix') diff --git a/hosts/muspell/default.nix b/hosts/muspell/default.nix index d2942c3..97d4b64 100644 --- a/hosts/muspell/default.nix +++ b/hosts/muspell/default.nix @@ -1,5 +1,7 @@ -{ mobile-nixos, lib, pkgs, ... }: +{ inputs, lib, pkgs, ... }: +let inherit (inputs) mobile-nixos; +in { imports = [ (import "${mobile-nixos}/lib/configuration.nix" { -- cgit v1.2.3