There was an error while loading. Please reload this page.
You can install persepolis on nixos in two different ways:
nix-env install nixpkgs.persepolis
Add persepolis to configuration.nix:
environment.systemPackages = with pkgs; [ persepolis ... ]
Then: sudo nixos-rebuild switch --upgrade
sudo nixos-rebuild switch --upgrade
Tip: Remember that you have to be on unstable channel.
Maintainer's Github page