hosts: switch to cr
This commit is contained in:
parent
78d0fdd872
commit
8a577bc38a
16 changed files with 4 additions and 2 deletions
10
hosts/cr/hermit/kernel/default.nix
Normal file
10
hosts/cr/hermit/kernel/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
xanmod_custom = callPackage ./xanmod.nix;
|
||||
in {
|
||||
boot.kernelPackages = xanmod_custom;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue