From 133a421bb40cca3a74c93b05f3abe310110c6258 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 9 Oct 2015 12:49:47 +0200 Subject: Provide addTempRoot in the Perl API Needed by Hydra. --- perl/lib/Nix/Store.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl/lib/Nix/Store.pm') diff --git a/perl/lib/Nix/Store.pm b/perl/lib/Nix/Store.pm index af3d2fa2e719..d226264d4df3 100644 --- a/perl/lib/Nix/Store.pm +++ b/perl/lib/Nix/Store.pm @@ -21,6 +21,7 @@ our @EXPORT = qw( signString checkSignature addToStore makeFixedOutputPath derivationFromPath + addTempRoot ); our $VERSION = '0.15'; -- cgit 1.4.1