diff --git a/nixos/nixinator/default.nix b/nixos/nixinator/default.nix index 94e7c879..55b9c6af 100644 --- a/nixos/nixinator/default.nix +++ b/nixos/nixinator/default.nix @@ -1,9 +1,11 @@ -{ musnix, config, lib, mylib, pkgs, ... }: +{ inputs, config, lib, mylib, pkgs, ... }: -{ +rec { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + + inputs.musnix.nixosModules.musnix ]; musnix = {