An open API service indexing awesome lists of open source software.

https://github.com/sigmapitech/coppelia-nix

Minima nix shell for coppelia-sim dependencies
https://github.com/sigmapitech/coppelia-nix

Last synced: 2 months ago
JSON representation

Minima nix shell for coppelia-sim dependencies

Awesome Lists containing this project

README

          

# Coppelia-nix

Minimal shell for coppeliaSim dependancies

## Usage

> Download the [archive](https://downloads.coppeliarobotics.com/V4_1_0/CoppeliaSim_Edu_V4_1_0_Ubuntu20_04.tar.xz) and extract it

```sh
nix develop github:Sigmapitech/coppelia-nix
```

Edit the `coppeliaSim.sh` shebang to `/usr/bin/env bash`.

```sh
./coppeliaSim.sh
```

![Coppelia Sim running properly](screenshot.png)