11 lines
155 B
Nix
11 lines
155 B
Nix
{
|
|
# Default version of nixpkgs to use
|
|
default = "24.05";
|
|
|
|
# Supported nixpkgs versions
|
|
supported = [
|
|
"unstable"
|
|
"23.11"
|
|
"24.05"
|
|
];
|
|
}
|