repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
datalad: fix changed hash from upstream (#364015)
[NixPkgs.git]
/
pkgs
/
by-name
/
au
/
authentik
/
outposts.nix
blob
c10ace799611b5432afc9b37fd2bf60489dc8452
1
{ callPackage }: {
2
ldap = callPackage ./ldap.nix { };
3
radius = callPackage ./radius.nix { };
4
}