Merge pull request #5634 from px-ben/fix-perl-bindings-store-dir

Add missing Nix::Store import to fix nix-serve StoreDir.
This commit is contained in:
Eelco Dolstra 2021-11-23 15:29:29 +01:00 committed by GitHub
commit ee5f291709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
package Nix::Config;
use MIME::Base64;
use Nix::Store;
$version = "@PACKAGE_VERSION@";