selfprivacy-rest-api/default.nix
Inex Code 7935de0fe1 Migrate to FastAPI (#13)
Co-authored-by: inexcode <inex.code@selfprivacy.org>
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/13
2022-08-25 20:03:56 +03:00

3 lines
62 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./api.nix {}