Nix overlay with releases of SelfPrivacy API
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Inex Code c6c151faec Register migration 1 year ago
pkgs Register migration 1 year ago
LICENSE Создал(а) 'LICENSE' 2 years ago
README.md Added Selfprivacy REST API package 2 years ago
default.nix SelfPrivacy API 2.0 1 year ago
strawberry-graphql.patch SelfPrivacy API 2.0 1 year ago

README.md

Selfprivacy Nix Package Manager Repository

To use in your SelfPrivacy installation, please be asked to add

{
 imports = [
    ...
    "${nix-overlay-modules}/opentabletdriver.nix"
  ];


 nixpkgs.overlays = [ (nix-overlay) ];
 environment.systemPackages = with pkgs; [ selfprivacy-api ];
}