1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 11:19:35 +01:00

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

(cherry picked from commit 861404a87b)
This commit is contained in:
Ben Radford 2021-11-23 12:55:49 +00:00 committed by github-actions[bot]
parent 16de2b464f
commit 9008602f03

View file

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