Add final to stdenv
diff --git a/src/apps/personal/overlays/hollywood.nix b/src/apps/personal/overlays/hollywood.nix
index b757128..08c80b7 100644
--- a/src/apps/personal/overlays/hollywood.nix
+++ b/src/apps/personal/overlays/hollywood.nix
@@ -1,5 +1,5 @@
 final: prev: let
-  hollywood = stdenv.mkDerivation {
+  hollywood = final.stdenv.mkDerivation {
     name = "hollywood-1.7";
 
     src = fetchgit {