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.
|
1 year ago | |
---|---|---|
pkgs | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
default.nix | 1 year ago | |
strawberry-graphql.patch | 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 ];
}