2
0
Fork 0

WiP! create depot.nix from genodeSources

This commit is contained in:
Ehmry - 2020-12-28 11:26:28 +01:00
parent 21e518049c
commit 6df36acfbc
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ let
echo " $(basename --suffix=.hash $hashFile) = \"$(cut -c -6 $hashFile)\";" >> ports.nix
done
echo } >> ports.nix
echo [ >> depot.nix
find . -path '*/recipes/src/*' -type d -printf ' "%f"\n'| sort >> depot.nix
echo ] >> depot.nix
'';
installPhase = "cp -a . $out";