Luke Granger-Brown
85c2c4d507
This package takes the upstream Unifi package, and then applies a AspectJ aspect which replaces the auth logic with stuff which checks whether there's a Pomerium header.
24 lines
933 B
Nix
24 lines
933 B
Nix
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
{ pkgs, ... }@args: {
|
|
bazel-run = import ./bazel-run.nix args;
|
|
crane = import ./crane.nix args;
|
|
javaws-env = import ./javaws-env.nix args;
|
|
plex-pass = import ./plex-pass.nix args;
|
|
secretsync = import ./secretsync args;
|
|
copybara = import ./copybara.nix args;
|
|
hg-git = import ./hg-git.nix args;
|
|
erbium = import ./erbium args;
|
|
python-emv = import ./python-emv.nix args;
|
|
sheepshaver = import ./sheepshaver.nix args;
|
|
intermec-cups-driver = pkgs.callPackage ./intermec-cups-driver.nix {};
|
|
pomerium = import ./pomerium args;
|
|
envoy = import ./envoy args;
|
|
deluge = import ./deluge args;
|
|
grafana-plugins = import ./grafana-plugins args;
|
|
unifiHacked = import ./unifi-hack args;
|
|
tiny-remapper = import ./tiny-remapper.nix args;
|
|
} // (import ./heptapod-runner.nix args)
|
|
// (import ./lightspeed args)
|