depot/third_party/nixpkgs/nixos/tests/guix/default.nix

9 lines
201 B
Nix
Raw Normal View History

{ system ? builtins.currentSystem
, pkgs ? import ../../.. { inherit system; }
}:
{
basic = import ./basic.nix { inherit system pkgs; };
publish = import ./publish.nix { inherit system pkgs; };
}