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
[NixPkgs.git]
/
nixos
/
tests
/
web-apps
/
movim
/
default.nix
blob
5d6314e2b41be40293f3f7684cc76da933e2a5dc
1
{ system ? builtins.currentSystem, handleTestOn }:
2
3
let
4
supportedSystems = [ "x86_64-linux" "i686-linux" ];
5
in
6
{
7
standard = handleTestOn supportedSystems ./standard.nix { inherit system; };
8
}