infrastructure/meta/nixpkgs.nix

12 lines
155 B
Nix
Raw Normal View History

{
# Default version of nixpkgs to use
2024-07-05 14:38:33 +02:00
default = "24.05";
# Supported nixpkgs versions
supported = [
"unstable"
"23.11"
2024-06-06 11:39:20 +02:00
"24.05"
];
}