GuangTao Zhang

Results 119 comments of GuangTao Zhang

check this PR https://github.com/tweag/jupyterWith/pull/137

@guaraqe I'm going to PR the bumpup version of nixpkgs. Do you have time to review it?

> using JupyterWith should be working there is nothing different between flake and standard way. Do not `updating lock file`. we are using the same rev of nixpkgs with that....

@larsr thanks very much. it could be solved at https://github.com/tweag/jupyterWith/pull/179.

I think, Nothing different between `nix-shell` and `nixos-rebuild swtich`. ``` pkgs.buildEnv(nixos-builld option) pkgs.mkShell ``` first, if the JupyterWith in all of top-level (nixpkgs). we just need to invoke `pkgs.jupyterwith` in...

@djacu @garbas ready to review.

> https://github.com/tweag/jupyterWith/pull/254/commits/dbd0d2976c765eb37911542cf03387a823e115b3#diff-0cf43306384affa3eb860259e704ee405ca9b810494552cb4ca31ad008f0c527L18 If you fetchtarball from `the master.tar.gz,` the sha256 will not be immutable.

Also, you can import the rust-overlay from `inputs` as well.

@djacu I saw your issue from julia2nix. if you want to generate the depot you can try this [example](https://github.com/JuliaCN/Julia2Nix.jl/blob/main/templates/dev/flake.nix#L40) in your desire.

I'm currently the maintainer of [julia2nix](https://github.com/JuliaCN/Julia2Nix.jl), and I recommend that you include me as the maintainer of the julia kernel. Due to the complexity of Julia in different environments with...