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
Xfce updates 2024-12-27 (#368555)
[NixPkgs.git]
/
nixos
/
tests
/
guix
/
default.nix
blob
8bfd744fd070494adce317357fbc067a1240df4f
1
{
2
system ? builtins.currentSystem,
3
pkgs ? import ../../.. { inherit system; },
4
}:
5
6
{
7
basic = import ./basic.nix { inherit system pkgs; };
8
publish = import ./publish.nix { inherit system pkgs; };
9
}