Commit 2907c079 authored by Vaibhav Sagar's avatar Vaibhav Sagar

release.nix: remove unused 'profile' variable

parent 8d022fa4
...@@ -78,7 +78,6 @@ let ...@@ -78,7 +78,6 @@ let
export PATH="${pkgs.stdenv.lib.makeBinPath ([ ihaskell ihaskellEnv jupyter ] ++ systemPackages pkgs)}" export PATH="${pkgs.stdenv.lib.makeBinPath ([ ihaskell ihaskellEnv jupyter ] ++ systemPackages pkgs)}"
${ihaskell}/bin/ihaskell install -l $(${ihaskellEnv}/bin/ghc --print-libdir) --use-rtsopts="${rtsopts}" && ${jupyter}/bin/jupyter notebook ${ihaskell}/bin/ihaskell install -l $(${ihaskellEnv}/bin/ghc --print-libdir) --use-rtsopts="${rtsopts}" && ${jupyter}/bin/jupyter notebook
''; '';
profile = "${ihaskell.pname}-${ihaskell.version}/profile/profile.tar";
in in
pkgs.buildEnv { pkgs.buildEnv {
name = "ihaskell-with-packages"; name = "ihaskell-with-packages";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment