From ed68dabfd4c126e8ffabdad9d0763146e83d1cb8 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Sun, 7 May 2023 16:28:01 +0200 Subject: nix: changeable src --- src/io-tls/.nix/derivation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io-tls') diff --git a/src/io-tls/.nix/derivation.nix b/src/io-tls/.nix/derivation.nix index 6c62b51..ae3575e 100644 --- a/src/io-tls/.nix/derivation.nix +++ b/src/io-tls/.nix/derivation.nix @@ -6,6 +6,7 @@ , version , forstio , gnutls +, src ? ./.. }: let @@ -13,8 +14,7 @@ let in stdenvNoCC.mkDerivation { pname = "forstio-io-tls"; inherit version; - - src = ./..; + inherit src; enableParallelBuilding = true; -- cgit v1.2.3