feat(users/flokli/kb/dilemma): enable taps

Change-Id: I08e4718879da3e832f38265b5741f3e0bfc586cb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10682
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-01-23 11:47:06 +02:00 committed by clbot
parent 842d5ed3ee
commit e81c02311c
2 changed files with 26 additions and 0 deletions

View file

@ -12,6 +12,8 @@ rec {
fetchSubmodules = true;
};
patches = [ ./enable-taps.patch ];
postPatch = ''
patchShebangs util/uf2conv.py
'';