persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.24k stars 650 forks source link

Add nixos package #622

Closed LinArcX closed 4 years ago

LinArcX commented 5 years ago

Hi. after some times struggling with nixos, i finally success to publish a package for it. https://github.com/NixOS/nixpkgs/pull/58051 Users can now install persepolis in nixos in two ways:

  1. imperative way: nix-env install nixpkgs.persepolis
  2. 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.

JafarAkhondali commented 5 years ago

Thanks @LinArcX , Is it possible for you to add this to wiki using a PR?

LinArcX commented 4 years ago

@JafarAkhondali I cloned the wiki repo: https://github.com/persepolisdm/persepolis.wiki.git But i don't have access to push. Also i cloned the main repo. but i can' see wiki in cloned repo!

alireza-amirsamimi commented 4 years ago

Hello I'll update the wiki. Please attach new file here. I'll add it.

LinArcX commented 4 years ago

@alireza-amirsamimi Home-en.md Home-fa.md Nixos-Installer.md Nixos-Installer-fa.md

alireza-amirsamimi commented 4 years ago

Thank you :+1: Wiki is updated.