Skip to content

Nixos Installer

alireza-amirsamimi edited this page Oct 3, 2019 · 1 revision

Installing Persepolis on Nixos

You can install persepolis on nixos in two different ways:

imperative way:

nix-env install nixpkgs.persepolis

declarative way:

Add persepolis to configuration.nix:

environment.systemPackages = with pkgs; [
  persepolis
  ...
 ]

Then: sudo nixos-rebuild switch --upgrade

Tip: Remember that you have to be on unstable channel.

Maintainer's Github page

Clone this wiki locally