Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliacn/julia2nix.jl
The Nix interface to Julia Ecosystem [maintainer=@GTrunSec]
https://github.com/juliacn/julia2nix.jl
Last synced: 7 days ago
JSON representation
The Nix interface to Julia Ecosystem [maintainer=@GTrunSec]
- Host: GitHub
- URL: https://github.com/juliacn/julia2nix.jl
- Owner: JuliaCN
- License: mit
- Created: 2022-05-05T10:07:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T09:58:37.000Z (about 1 year ago)
- Last Synced: 2025-01-03T04:13:10.801Z (10 days ago)
- Language: Julia
- Homepage: http://cn.julialang.org/Julia2Nix.jl/
- Size: 815 KB
- Stars: 38
- Watchers: 7
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Julia2Nix
The Nix interface to Julia Pkg
# Simple Usage
## Templates
Initializing your default shellEnv of julia2nix with flake template
### default
```sh
nix flake init --template github:JuliaCN/Julia2Nix.jl#templates.devshell
## add these files in your git stage
nix develop
```### jlrs
```sh
nix flake init --template github:JuliaCN/Julia2Nix.jl#templates.jlrs
```### learn-julia
```sh
git clone https://github.com/GTrunSec/learn-julia
```# Attribution
_This project was forked from [NixSourcerer.jl](https://github.com/colinxs/NixSourcerer.jl)._
Thanks the original author [colinxs](https://github.com/colinxs) of this project.
# LICENSE
_`Julia2nix` is licensed under the [`LICENSE`](./LICENSE.md)._