Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
6 lines
116 B
Nix
6 lines
116 B
Nix
{
|
|
flake.modules.nixos.linux-latest = { pkgs, ... }: {
|
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
|
};
|
|
}
|