1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-09-10 04:53:48 +02:00

nginx-pipeline: add basic test

This commit is contained in:
2024-01-27 07:39:59 +01:00
parent 18d3b34406
commit 19d50fae63
5 changed files with 73 additions and 13 deletions

4
tests/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{ nixpkgs, pkgs, matrix-lib, ... }:
{
nginx-pipeline = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
}