From a5085d7b3e13028743d129dec5e24c4d7f9c14a8 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 20:21:55 +0200 Subject: [PATCH] use musnix from inputs --- nixos/nixinator/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = {