04c79afe1c
t14s: fix minimum required kernel version
9 lines
62 B
Nix
9 lines
62 B
Nix
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../.
|
|
];
|
|
}
|