1

use musnix from inputs

This commit is contained in:
2022-08-08 20:21:55 +02:00
parent f31ca3499d
commit a5085d7b3e

View File

@ -1,9 +1,11 @@
{ musnix, config, lib, mylib, pkgs, ... }: { inputs, config, lib, mylib, pkgs, ... }:
{ rec {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
inputs.musnix.nixosModules.musnix
]; ];
musnix = { musnix = {