mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
mnt/reform: init
This commit is contained in:
10
mnt/reform/default.nix
Normal file
10
mnt/reform/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
boot.kernelPackages = pkgs.callPackage ./kernel.nix { };
|
||||
boot.extraModulePackages = [ (config.boot.kernelPackages.callPackage ./lpc.nix { }) ];
|
||||
}
|
||||
Reference in New Issue
Block a user