Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
@@ -22,10 +22,10 @@ let
|
||||
#! ${stdenv.shell}
|
||||
export GHC_PACKAGE_PATH="$(${ihaskellEnv}/bin/ghc --print-global-package-db):$GHC_PACKAGE_PATH"
|
||||
export PATH="${
|
||||
lib.makeBinPath ([
|
||||
lib.makeBinPath [
|
||||
ihaskellEnv
|
||||
jupyter
|
||||
])
|
||||
]
|
||||
}''${PATH:+:}$PATH"
|
||||
${ihaskellEnv}/bin/ihaskell install -l $(${ihaskellEnv}/bin/ghc --print-libdir) && ${jupyter}/bin/jupyter notebook
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user