You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unrooted edited this page Jul 24, 2022
·
3 revisions
How to use
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).
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