Skip to content
Snippets Groups Projects
Commit 202c5479 authored by test_nonet's avatar test_nonet
Browse files

undo change in installPhase - temporary directoy is different, but install dir isn't

parent 1cfe804a
No related branches found
No related tags found
No related merge requests found
......@@ -71,10 +71,7 @@ in stdenv.mkDerivation {
ct-ng build.''${NIX_BUILD_CORES:-1}
'';
installPhase = if canadian then ''
#FIXME
cp -aT builds/xtensa-esp32-elf $out
'' else ''
installPhase = ''
cp -aT builds/xtensa-esp32-elf $out
'';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment