mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2025-09-10 04:53:48 +02:00
5 lines
126 B
Nix
5 lines
126 B
Nix
{ nixpkgs, pkgs, matrix-lib, ... }:
|
|
{
|
|
nginx-pipeline = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
|
|
}
|