forked from DGNum/infrastructure
13 lines
303 B
Nix
13 lines
303 B
Nix
# SPDX-FileCopyrightText: 2024 Lubin Bailly <lubin.bailly@dgnum.eu>
|
|
# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
|
|
#
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
{
|
|
imports = [
|
|
# List of modules to import
|
|
./dgn-hardware
|
|
./dgn-interfaces.nix
|
|
./dgn-access-control.nix
|
|
];
|
|
}
|