mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 04:31:26 +00:00
8 lines
126 B
Nix
8 lines
126 B
Nix
let
|
|
pkgs = import <nixpkgs> { };
|
|
in
|
|
|
|
self: super: rec {
|
|
selfprivacy-api = super.callPackage ./pkgs/selfprivacy-api { };
|
|
}
|