Skip to content

2. Usage and building

unrooted edited this page Jul 24, 2022 · 3 revisions

How to use

RedNixOS is meant to be used in one of the following ways:

  1. Inside a virtual machine (for example, as a playground or for testing purposes).
  2. Live install (sometimes capable of replacing Kali, but RedNixOS way cooler).
  3. Persistent install (it works, but most people don't exactly use it like this).

Build instructions

Once you have tweaked the distribution to your liking, or chose to trust the defaults we have prepared for you, run the following command:

nix build --impure

Note: by default, RedNixOS unstable will be built with KDE.

Why --impure flag?, you may ask. Well, it's because we use RedNix as an input for packages and RedNix uses hackpkgs by @applePrincess as an input for non-oficial Nix packages such as empire and hackpkgs doesn't provide allowUnfree option in it's flake.nix

Clone this wiki locally