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

This commit is contained in:
Ben Radford
2021-11-23 12:56:19 +00:00
parent dbfcaa607a
commit 861404a87b
+1
View File
@@ -1,6 +1,7 @@
package Nix::Config;
use MIME::Base64;
use Nix::Store;
$version = "@PACKAGE_VERSION@";