diff options
author | regnat <rg@regnat.ovh> | 2021-07-30 11:55:14 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-07-30 11:55:14 +0200 |
commit | c15e121e322ee5bca1d96d59cc0b693e5bd9d0bf (patch) | |
tree | d3cc3bd584680fea247f71331be2087623c229bf /perl/lib/Nix/Store.pm | |
parent | 48e35585a6f23b05647cef12bcc85eeab3ae1d59 (diff) |
Expose a perl method to query a derivation
Just doing a very stupid thing taking as argument a serialised drv
output and returning a serialised realisation.
This is needed for `nix-serve` to handle ca derivations
Diffstat (limited to 'perl/lib/Nix/Store.pm')
-rw-r--r-- | perl/lib/Nix/Store.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/lib/Nix/Store.pm b/perl/lib/Nix/Store.pm index 179f1dc90..3e4bbee0a 100644 --- a/perl/lib/Nix/Store.pm +++ b/perl/lib/Nix/Store.pm @@ -22,6 +22,7 @@ our @EXPORT = qw( derivationFromPath addTempRoot getBinDir getStoreDir + queryRawRealisation ); our $VERSION = '0.15'; |