2020-06-07 14:03:12 +00:00
|
|
|
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-12-19 19:25:42 +00:00
|
|
|
{ pkgs, ... }@args: {
|
2020-06-16 08:39:54 +00:00
|
|
|
bazel-run = import ./bazel-run.nix args;
|
2020-10-04 01:33:44 +00:00
|
|
|
crane = import ./crane.nix args;
|
2020-05-06 09:01:46 +00:00
|
|
|
javaws-env = import ./javaws-env.nix args;
|
2020-05-06 09:02:00 +00:00
|
|
|
plex-pass = import ./plex-pass.nix args;
|
2020-05-09 11:45:13 +00:00
|
|
|
secretsync = import ./secretsync args;
|
2020-05-16 15:37:45 +00:00
|
|
|
copybara = import ./copybara.nix args;
|
2020-05-17 02:23:54 +00:00
|
|
|
hg-git = import ./hg-git.nix args;
|
2020-11-01 21:22:52 +00:00
|
|
|
erbium = import ./erbium args;
|
2020-11-05 00:44:17 +00:00
|
|
|
python-emv = import ./python-emv.nix args;
|
2020-11-15 21:23:53 +00:00
|
|
|
sheepshaver = import ./sheepshaver.nix args;
|
2020-12-19 19:25:42 +00:00
|
|
|
intermec-cups-driver = pkgs.callPackage ./intermec-cups-driver.nix {};
|
2020-12-28 20:04:27 +00:00
|
|
|
deluge = import ./deluge args;
|
2020-12-30 02:43:10 +00:00
|
|
|
grafana-plugins = import ./grafana-plugins args;
|
2021-01-04 20:49:04 +00:00
|
|
|
unifiHacked = import ./unifi-hack args;
|
2021-01-04 20:48:20 +00:00
|
|
|
tiny-remapper = import ./tiny-remapper.nix args;
|
2021-01-19 03:51:07 +00:00
|
|
|
django-allauth = pkgs.python3Packages.callPackage ./django-allauth.nix {};
|
2021-01-20 02:04:30 +00:00
|
|
|
django-tailwind = pkgs.python3Packages.callPackage ./django-tailwind.nix {};
|
2021-01-30 17:15:16 +00:00
|
|
|
windows = import ./windows args;
|
2021-01-30 18:47:01 +00:00
|
|
|
hp-rom = import ./hp-rom.nix args;
|
2021-02-07 23:17:51 +00:00
|
|
|
enigma = import ./enigma.nix args;
|
2021-02-23 00:16:49 +00:00
|
|
|
alertmanager-discord = pkgs.callPackage ./alertmanager-discord.nix {};
|
2021-03-14 00:51:11 +00:00
|
|
|
prometheus-snmp-config = import ./prometheus-snmp-config args;
|
2021-04-05 11:40:55 +00:00
|
|
|
flameshot = pkgs.libsForQt5.callPackage ./flameshot {};
|
2021-04-06 08:53:56 +00:00
|
|
|
lukegb-wallpapers = pkgs.callPackage ./lukegb-wallpapers {};
|
2020-05-09 22:49:32 +00:00
|
|
|
} // (import ./heptapod-runner.nix args)
|
2021-01-04 15:05:32 +00:00
|
|
|
// (import ./lightspeed args)
|