Skip to content

Commit

Permalink
docs(nix): add configuration notes to nix environment setup
Browse files Browse the repository at this point in the history
Benefits of a new laptop, running through setup instructions and finding
the missing bits.
  • Loading branch information
gforsyth authored and cpcloud committed Sep 22, 2023
1 parent 15112bb commit 1c60318
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/contribute/01_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ for manager, params in managers.items():
| **Windows** | {{< fa ban >}}[^unlikely] | {{< fa ban >}} | {{< fa ban >}} |

1. [Install `nix`](https://nixos.org/download.html)
1. Configure `nix`

Edit/create your `nix.conf` file (`$XDG_CONFIG_HOME/nix/nix.conf`) and add the line

```sh
experimental-features = nix-command flakes
```

1. Install `gh`:

::: {.panel-tabset}
Expand Down

1 comment on commit 1c60318

@ibis-squawk-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 3.

Benchmark suite Current: 1c60318 Previous: b37804a Ratio
ibis/tests/benchmarks/test_benchmarks.py::test_compile[small-impala] 1718.7561991681432 iter/sec (stddev: 0.0005667621116446355) 12596.366232062164 iter/sec (stddev: 0.000015222207751772768) 7.33
ibis/tests/benchmarks/test_benchmarks.py::test_compile[small-oracle] 116.0412391998171 iter/sec (stddev: 0.021895291042875076) 2324.1985766921553 iter/sec (stddev: 0.00015164477204797965) 20.03

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.