459ed33bdd
This adds a conditional feature flag for loading data from libnixstore exposed behind a feature flag dependency
10 lines
133 B
Nix
10 lines
133 B
Nix
with import <nixpkgs> { };
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
nix
|
|
nlohmann_json
|
|
libsodium
|
|
boost
|
|
pkg-config
|
|
];
|
|
}
|