infrastructure/meta/nixpkgs.nix
Tom Hubrecht eb5b8740a8
feat(meta): Remove default values for nixpkgs version
They are considered harmful, and it simplifies the code.
2024-12-08 11:52:26 +01:00

15 lines
189 B
Nix

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