Nix overlay with releases of SelfPrivacy API
Go to file
Inex Code c6c151faec Register migration 2022-09-22 19:42:02 +03:00
pkgs Register migration 2022-09-22 19:42:02 +03:00
LICENSE Создал(а) 'LICENSE' 2021-11-18 10:07:52 +02:00
README.md Added Selfprivacy REST API package 2021-11-17 14:42:28 +02:00
default.nix SelfPrivacy API 2.0 2022-08-25 22:27:14 +04:00
strawberry-graphql.patch SelfPrivacy API 2.0 2022-08-25 22:27:14 +04:00

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 ];
}