forked from DGNum/infrastructure
10 lines
143 B
Nix
10 lines
143 B
Nix
{
|
|
# Default version of nixpkgs to use
|
|
default = "23.11";
|
|
|
|
# Supported nixpkgs versions
|
|
supported = [
|
|
"unstable"
|
|
"23.11"
|
|
];
|
|
}
|