common: pin to nix to v2.16 for now

Nixpkgs distributed nix 2.15 which breaks on nix-copy-closure.
This commit is contained in:
zimbatm 2023-07-28 14:31:07 +02:00
parent ce0426c357
commit f61c861e67

View File

@ -1,5 +1,8 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
# Use a version of Nix that works
nix.package = pkgs.nixVersions.nix_2_16;
# Fallback quickly if substituters are not available.
nix.settings.connect-timeout = 5;