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
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
nixos
/
tests
/
grafana
/
default.nix
blob
9c2622571800154818acbc9e66b808f895753bdd
1
{ system ? builtins.currentSystem
2
, config ? { }
3
, pkgs ? import ../../.. { inherit system config; }
4
}:
5
6
{
7
basic = import ./basic.nix { inherit system pkgs; };
8
provision = import ./provision { inherit system pkgs; };
9
}