chore: nix fmt
This commit is contained in:
parent
a80bd4ed3b
commit
7266fff06e
128 changed files with 3402 additions and 2013 deletions
|
@ -1,14 +1,20 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, kernel
|
||||
, kmod }: stdenv.mkDerivation rec {
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
kernel,
|
||||
kmod,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ac71-${version}-${kernel.version}";
|
||||
version = "2024.2.13";
|
||||
|
||||
# adapted from https://github.com/pobrn/qc71_laptop
|
||||
src = ./.;
|
||||
|
||||
hardeningDisable = [ "pic" "format" ];
|
||||
hardeningDisable = [
|
||||
"pic"
|
||||
"format"
|
||||
];
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
||||
makeFlags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue