nixpkgs/nixos/tests/guix/default.nix
2023-12-01 09:10:37 +01:00

9 lines
201 B
Nix

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