chore: nix fmt

This commit is contained in:
514fpv 2025-01-13 11:52:09 +08:00
parent a80bd4ed3b
commit 7266fff06e
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
128 changed files with 3402 additions and 2013 deletions

View file

@ -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 = [