Tom Hubrecht
b36b0d7d67
All checks were successful
Check meta / check_meta (push) Successful in 20s
Check meta / check_dns (push) Successful in 43s
build configuration / build_storage01 (push) Successful in 58s
build configuration / build_compute01 (push) Successful in 1m4s
build configuration / build_vault01 (push) Successful in 52s
build configuration / build_web02 (push) Successful in 51s
lint / check (push) Successful in 24s
build configuration / build_rescue01 (push) Successful in 47s
build configuration / build_web01 (push) Successful in 1m21s
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"
|
|
];
|
|
}
|