mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Adding extras folder
This commit is contained in:
@@ -14,6 +14,7 @@ in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "oott";
|
||||
buildInputs = [oott-backend];
|
||||
src = ./../extras;
|
||||
installPhase = ''
|
||||
cp ${oott-backend}/bin/* $out/bin/
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user