Skip to content

Commit 17a630c

Browse files
committed
Fix nix flake check
1 parent 3e2ded3 commit 17a630c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

kernel-configs/debug.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ in
1515
FTRACE = yes;
1616
GENERIC_BUG = yes;
1717
IKCONFIG = yes;
18+
KALLSYMS = yes;
1819
KALLSYMS_ALL = yes;
1920
SERIAL_EARLYCON = yes;
2021
SYMBOLIC_ERRNAME = yes;

kernel-configs/generic.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ in
8484
NLS_ISO8859_1 = yes;
8585
PCI = yes;
8686
PINCTRL = yes;
87-
PINCONF = yes;
88-
GENERIC_PINCONF = yes;
8987
PRINTK = yes;
9088
PROC_FS = yes;
9189
RD_XZ = yes;

0 commit comments

Comments
 (0)