You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia2nix not only serves as a Nix library for building Julia projects but also provides interfaces for the DevOps and Software Development Life Cycle (SDLC) revolving around Julia projects, offering the best development experience for Julia developers. Based on the extensive work done in PR NixOS/nixpkgs#225513, here are some ideas for refactoring and simplifying julia2nix:
system fetch not only for the x86_64-linux (patchelf problem)
[DOING] make the PR can be fetched the sources from either ["Plot"] or [ {package = "Plots", uuid = "xxxxx"}] Guidance on using private packages and registries #42 also [package = "Plots"; source = pkgs.fetchGit {....}] for fetching a private julia package
Julia2nix not only serves as a Nix library for building Julia projects but also provides interfaces for the DevOps and Software Development Life Cycle (SDLC) revolving around Julia projects, offering the best development experience for Julia developers. Based on the extensive work done in PR NixOS/nixpkgs#225513, here are some ideas for refactoring and simplifying julia2nix:
building optimize
Guidance on using private packages and registries #42 also [package = "Plots"; source = pkgs.fetchGit {....}] for fetching a private julia package
Software Development Life Cycle
APIs namespace
The text was updated successfully, but these errors were encountered: