nixos-matrix-modules/tests/default.nix

5 lines
126 B
Nix
Raw Permalink Normal View History

2024-01-27 07:39:59 +01:00
{ nixpkgs, pkgs, matrix-lib, ... }:
{
nginx-pipeline = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
}