infrastructure/meta/nixpkgs.nix

21 lines
264 B
Nix
Raw Normal View History

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