https://git.jolheiser.com/oidc.git
1 2 3 4 5 6 7 8 9 10
{ pkgs ? import <nixpkgs> { }, }: let oidc-playground = pkgs.callPackage ./pkg.nix { inherit pkgs; }; in { inherit oidc-playground; default = oidc-playground; }