about summary refs log tree commit diff
path: root/perl/lib/Nix/Store.pm
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-09T10·49+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-09T10·49+0200
commit133a421bb40cca3a74c93b05f3abe310110c6258 (patch)
tree2fef8e6a726ab5b7bb851f2cd61a2a95dbac213b /perl/lib/Nix/Store.pm
parent2075ec83e359b9d52d1419e092c5611e408053cc (diff)
Provide addTempRoot in the Perl API
Needed by Hydra.
Diffstat (limited to 'perl/lib/Nix/Store.pm')
-rw-r--r--perl/lib/Nix/Store.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/lib/Nix/Store.pm b/perl/lib/Nix/Store.pm
index af3d2fa2e7..d226264d4d 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';