-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate into the nixpkgs jupyter/default.nix derivation #4
Comments
My current idea is to move forward as fast as possible with this repo, even if it is a bit dirty. I want to move all the custom packages that are required for the kernels into nix overlay and then merge as much into nixpkgs as possible. Another possibility would be to start merging stuff piece by piece in parallel now into nixpkgs. I think there are a few questions to answer before we integrate the jupyterlab derivation itself into nixpkgs. In particular, we might be able to optimize caching a bit and we need to add a passthrough mechanism for labextension as @costrouc demonstrated. The best outcome would be if this repo contains only examples in the end ;) |
Not sure if this includes the NixOS jupyter service/module as well, but that would be amazing. |
* flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/ce8cbe3c01fd8ee2de526ccd84bbf9b82397a510' (2022-03-27) → 'github:nixos/nixpkgs/710fed5a2483f945b14f4a58af2cd3676b42d8c8' (2022-03-30) * adding some more flake infra * run `nix flake check` in CI * formating nix files with alejandra Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rok Garbas <rok@garbas.si>
Closing out old issues with no activity in preparation for migration to the |
No description provided.
The text was updated successfully, but these errors were encountered: