lab-infra/meta/nixpkgs.nix

12 lines
155 B
Nix
Raw Permalink Normal View History

2024-10-12 00:20:58 +02:00
{
# Default version of nixpkgs to use
default = "24.05";
# Supported nixpkgs versions
supported = [
"unstable"
"23.11"
"24.05"
];
}