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

Merge pull request #5635 from NixOS/backport-5634-to-2.4-maintenance

[Backport 2.4-maintenance] Add missing Nix::Store import to fix nix-serve StoreDir.
This commit is contained in:
Eelco Dolstra 2021-11-23 15:34:59 +01:00 committed by GitHub
commit 47787a17b2
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@";