mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
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
This commit is contained in:
parent
48e35585a6
commit
c15e121e32
2 changed files with 14 additions and 0 deletions
|
@ -22,6 +22,7 @@ our @EXPORT = qw(
|
|||
derivationFromPath
|
||||
addTempRoot
|
||||
getBinDir getStoreDir
|
||||
queryRawRealisation
|
||||
);
|
||||
|
||||
our $VERSION = '0.15';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue