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
python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780)
[NixPkgs.git]
/
nixos
/
tests
/
kerberos
/
default.nix
blob
e21d25c519b5714234fd502b4e1914cf5489d7ef
1
{ system ? builtins.currentSystem
2
, pkgs ? import ../../.. { inherit system; }
3
}:
4
{
5
mit = import ./mit.nix { inherit system pkgs; };
6
heimdal = import ./heimdal.nix { inherit system pkgs; };
7
ldap = import ./ldap { inherit system pkgs; };
8
}