Add missing Nix::Store import to fix nix-serve StoreDir.

This commit is contained in:
Ben Radford 2021-11-23 12:55:49 +00:00
parent dbfcaa607a
commit 861404a87b
No known key found for this signature in database
GPG Key ID: DDF55B47B79F1B5B
1 changed files with 1 additions and 0 deletions

View File

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