delete commented-out code

mainline-omnia-wip
Daniel Barlow 2024-02-07 23:47:38 +00:00
parent efb29c5901
commit 82537bbe68
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ in stdenv.mkDerivation {
cat .more-config >> .config
make olddefconfig
for v in $(cat .more-config) ; do grep $v .config || (echo Missing $v && exit 1);done
# grep =m .config
make modules
'';
src = modulesupport;