infrastructure/meta/nixpkgs.nix

16 lines
189 B
Nix
Raw Normal View History

{
versions = [
# Supported nixpkgs versions
"unstable"
"23.11"
"24.05"
"24.11"
];
systems = [
# Supported system types
"zyxel-nwa50ax"
"nixos"
];
}