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
/
guix
/
default.nix
blob
a017668c05a7575b9770cea8fdc572512ca44d24
1
{ system ? builtins.currentSystem
2
, pkgs ? import ../../.. { inherit system; }
3
}:
4
5
{
6
basic = import ./basic.nix { inherit system pkgs; };
7
publish = import ./publish.nix { inherit system pkgs; };
8
}