pkgs/by-name/or/ory-hydra/package.nix
0 → 100644
+50
−0
Loading
Several components of the Ory identity and access management system already exist in nixpkgs (oathkeeper, kratos, keto). This is yet another attempt to get it into nixpkgs as I do plan to write a nixos module that leverages all of these components (predecessors:#393364 #145747, both stale) ory-hydra: impl suggestions * remove redundant flag in presence of `-s` per https://github.com/NixOS/nixpkgs/pull/495436#discussion_r2869645904 (see: http://tip.golang.org/doc/go1.22#linker) * update `meta.description` per https://github.com/NixOS/nixpkgs/pull/495436#discussion_r2869646275 ory-hydra: add version check * upstream has history of changing where buildinfo is stored and allow maintainers to update appropriately when this happens ory-hydra: add `sqlite_omit_load_extension` tag * consistency w/ upstream