tvl-depot/users/sterni/external/flipdot-gschichtler.nix
sterni 7b7a8919b1 feat(sterni/external): add flipdot-gschichtler
We'll need this in depot in order to import my infra, as I run
flipdot-gschichtler for the OpenLab at the moment. Importing the
repository into the tree is not really an option, as it should stay in
the GitHub organization. Additionally, it doesn't currently really have
a license, but it is very possible it'll end up being AGPL.

The whole thing is quite tame and has (anecdotically) never broken on a
nixpkgs channel update. A new niv sources area is created to avoid
cluttering the global one and having these sources in a gc root
permanently.

Change-Id: If49c6c0bf59bda9a90ca5cc405423affe52d0665
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7288
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2022-11-26 15:38:28 +00:00

9 lines
214 B
Nix

{ pkgs, depot, ... }:
import depot.users.sterni.external.sources.flipdot-gschichtler { inherit pkgs; } // {
# all targets we care about for depot
meta.ci.targets = [
"bahnhofshalle"
"warteraum"
];
}