fix(compute01/build): sourceRoot did not exists

This commit is contained in:
catvayor 2025-04-12 17:52:42 +02:00
parent 7b1542302c
commit 9b6ffcb7ae
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -75,7 +75,10 @@ let
name = "dgsi-static";
src = sources.dgsi;
sourceRoot = "source/src";
# sources main dir has a silly name
setSourceRoot = ''
sourceRoot=$(echo */src)
'';
nativeBuildInputs = [
pkgs.dart-sass