forked from DGNum/infrastructure
15 lines
189 B
Nix
15 lines
189 B
Nix
{
|
|
versions = [
|
|
# Supported nixpkgs versions
|
|
"unstable"
|
|
"23.11"
|
|
"24.05"
|
|
"24.11"
|
|
];
|
|
|
|
systems = [
|
|
# Supported system types
|
|
"zyxel-nwa50ax"
|
|
"nixos"
|
|
];
|
|
}
|