Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2025-10-05 12:17:08 +03:00
1577 changed files with 2261 additions and 2253 deletions
@@ -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
'';