2024-12-12 14:41:43 +01:00
|
|
|
# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
|
|
|
|
# SPDX-FileContributor: Ryan Lahfa <ryan.lahfa@dgnum.eu>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
|
2024-04-03 21:21:04 +02:00
|
|
|
{
|
2024-12-08 11:52:26 +01:00
|
|
|
versions = [
|
2024-12-07 13:03:35 +01:00
|
|
|
# Supported nixpkgs versions
|
2024-12-08 11:52:26 +01:00
|
|
|
"unstable"
|
|
|
|
"23.11"
|
|
|
|
"24.05"
|
|
|
|
"24.11"
|
|
|
|
];
|
2024-12-07 13:03:35 +01:00
|
|
|
|
2024-12-08 11:52:26 +01:00
|
|
|
systems = [
|
2024-12-07 13:03:35 +01:00
|
|
|
# Supported system types
|
2024-12-08 11:52:26 +01:00
|
|
|
"zyxel-nwa50ax"
|
|
|
|
"nixos"
|
2024-12-10 11:45:59 +01:00
|
|
|
"netconf"
|
2024-12-08 11:52:26 +01:00
|
|
|
];
|
2024-12-08 13:22:07 +01:00
|
|
|
|
|
|
|
categories = {
|
|
|
|
nixos = "nixos";
|
|
|
|
zyxel-nwa50ax = "liminix";
|
2024-12-10 11:45:59 +01:00
|
|
|
netconf = "netconf";
|
2024-12-08 13:22:07 +01:00
|
|
|
};
|
2024-04-03 21:21:04 +02:00
|
|
|
}
|