All checks were successful
Run pre-commit on all files / pre-commit (push) Successful in 23s
10 lines
169 B
Nix
10 lines
169 B
Nix
# SPDX-FileCopyrightText: 2025 Lubin Bailly <lubin.bailly@dgnum.eu>
|
|
#
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
{
|
|
dgn-hackdays = {
|
|
enable = true;
|
|
index = 2;
|
|
};
|
|
}
|