nix-actions/modules/default.nix

10 lines
150 B
Nix
Raw Normal View History

2024-12-26 20:51:08 +01:00
# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
2024-11-11 16:29:36 +01:00
{
imports = [
./workflows.nix
];
}