mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-10 13:33:11 +00:00
pkgs/selfprivacy-graphql-api | ||
default.nix | ||
LICENSE | ||
README.md | ||
strawberry-graphql.patch |
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 ];
}