You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
pkgs | 4 months ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
default.nix | 5 months ago | |
strawberry-graphql.patch | 5 months 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 ];
}