Overlay rodeo packages on top of NixOS
Find a file
2025-12-14 23:12:17 +01:00
rodeonix fix(main): now also downloading nix packages when they are not found! 2025-12-14 16:09:08 +01:00
.gitignore Initial Commit 2025-12-04 18:42:48 +01:00
flake.lock Initial Commit 2025-12-04 18:42:48 +01:00
flake.nix feat(flake): now using mount namespaces 2025-12-14 23:12:17 +01:00
pyproject.toml feat(pyproject): release 0.1.6 2025-12-07 08:14:36 +01:00
README.md feat(README): added warning 2025-12-04 18:56:31 +01:00

rodeonix

Overlay rodeo packages on top of NixOS

Warning: Usage outside of NixOS is not supported! These environments often already have something in /usr which would interfere with it.

Installation

First, add the following flake to your Nix Configuration or start a shell with it:

git+https://git.pauljako.de/rodeo/rodeonix

Then run the following command to do the initial setup of rodeonix:

rodeonix setup

Usage

To enter an environment just use rodeonix enter. You can specify additional options like the Command to run or the overlay file as well.