Skip to content

Commit

Permalink
Update doc/languages-frameworks/julia.section.md
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
  • Loading branch information
thomasjm and fricklerhandwerk authored Dec 13, 2023
1 parent 0cabf5c commit 42875e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/julia.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Arguments can be passed using `.override`. For example:
Here's a nice way to run a Julia environment with a shell one-liner:

```sh
nix run --impure --expr 'with import /path/to/nixpkgs {}; (julia.withPackages ["Plots"])'
nix-shell -p 'julia.withPackages ["Plots"]' --run julia
```

### Arguments {#julia-withpackage-arguments}
Expand Down

0 comments on commit 42875e0

Please sign in to comment.