Skip to content

Commit

Permalink
Merge pull request #211 from numtide/nix-version
Browse files Browse the repository at this point in the history
nix/daemon: make it easy to override the version specified by srvos
  • Loading branch information
Mic92 authored Aug 7, 2023
2 parents cb47bf3 + 8362259 commit 85fed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/common/nix.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
# Use a version of Nix that works
nix.package = pkgs.nixVersions.nix_2_16;
nix.package = lib.mkDefault pkgs.nixVersions.nix_2_16;

# Fallback quickly if substituters are not available.
nix.settings.connect-timeout = 5;
Expand Down

0 comments on commit 85fed23

Please sign in to comment.