mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
release.nix: remove unused 'profile' variable
This commit is contained in:
parent
8d022fa441
commit
2907c07901
@ -78,7 +78,6 @@ let
|
||||
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
|
||||
'';
|
||||
profile = "${ihaskell.pname}-${ihaskell.version}/profile/profile.tar";
|
||||
in
|
||||
pkgs.buildEnv {
|
||||
name = "ihaskell-with-packages";
|
||||
|
Loading…
x
Reference in New Issue
Block a user