-
Notifications
You must be signed in to change notification settings - Fork 10
2. Usage and building
unrooted edited this page Jul 24, 2022
·
3 revisions
RedNixOS is meant to be used in one of the following ways:
- Inside a virtual machine (for example, as a playground or for testing purposes).
- Live install (sometimes capable of replacing Kali, but RedNixOS way cooler).
- Persistent install (it works, but most people don't exactly use it like this).
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