From bf5c019cb89d9d023dce8f172796da55056193e3 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 19 May 2020 11:42:26 +0200 Subject: [PATCH] fixup! remote: add buildDerivation and test --- hnix-store-remote/hnix-store-remote.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnix-store-remote/hnix-store-remote.cabal b/hnix-store-remote/hnix-store-remote.cabal index 19cde0ca..9773a72e 100644 --- a/hnix-store-remote/hnix-store-remote.cabal +++ b/hnix-store-remote/hnix-store-remote.cabal @@ -30,7 +30,7 @@ library , text , unix , network - , nix-derivation + , nix-derivation >= 1.1.1 && <2 , mtl , unordered-containers , filepath