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