mirror of
https://github.com/nix-community/srvos.git
synced 2024-11-09 22:15:01 +03:00
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:
parent
ce0426c357
commit
f61c861e67
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user