From 98640b4b21ee4a9dffc43eb36fc4eeebecf63a07 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Thu, 13 Jul 2023 22:41:37 +0200 Subject: [PATCH] fix blocking nix-copy-closure Pin nix to a version that has a working nix-copy-closure. See https://github.com/NixOS/nix/issues/8480 --- src/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/default.nix b/src/default.nix index f0cceb2..81a964d 100644 --- a/src/default.nix +++ b/src/default.nix @@ -2,7 +2,7 @@ , openssh , gitMinimal , rsync -, nix +, nixVersions , coreutils , curl , gnugrep @@ -16,7 +16,7 @@ let runtimeInputs = [ gitMinimal # for git flakes rsync - nix + nixVersions.nix_2_16 coreutils curl # when uploading tarballs gnugrep