about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/guix/default.nix
blob: a017668c05a7575b9770cea8fdc572512ca44d24 (plain) (blame)
1
2
3
4
5
6
7
8
{ system ? builtins.currentSystem
, pkgs ? import ../../.. { inherit system; }
}:

{
  basic = import ./basic.nix { inherit system pkgs; };
  publish = import ./publish.nix { inherit system pkgs; };
}