1
0
Fork 0

add output hash

This commit is contained in:
Simon Renblad 2024-07-31 16:52:53 +08:00
parent 1ed3b22992
commit d7c1175e29
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@
popd
'';
outputHashes = {
"fatfs-0.3.6" = "";
};
installPhase = ''
mkdir -p $out $out/nix-support
cp target/armv7-none-eabihf/release/${name} $out/${name}.elf