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
notes: 2.3.0 -> 2.3.1 (#352950)
[NixPkgs.git]
/
nixos
/
tests
/
kerberos
/
default.nix
blob
f2f1a438918c0e287989bc3e2072e6a5dec2907b
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
}