depot/nix/default.nix
Luke Granger-Brown 2b8dce0920 depot-wide: overhaul GitLab CI configuration
We now use a stub configuration to kick off the pipeline, which is dynamically
generated using Nix config.
2021-03-28 15:27:46 +00:00

8 lines
188 B
Nix

# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
args: {
pkgs = import ./pkgs args;
gitlab-ci = import ./gitlab-ci args;
}