Xfce updates 2024-12-27 (#368555)
[NixPkgs.git] / nixos / tests / guix / default.nix
blob8bfd744fd070494adce317357fbc067a1240df4f
2   system ? builtins.currentSystem,
3   pkgs ? import ../../.. { inherit system; },
4 }:
7   basic = import ./basic.nix { inherit system pkgs; };
8   publish = import ./publish.nix { inherit system pkgs; };