-
Notifications
You must be signed in to change notification settings - Fork 653
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:
nix-env install nixpkgs.persepolis
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.
Read More About Persepolis