Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Provides a flox::Package implementation which are pulled from evaluation of a nix
flake.
More...
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
#include <nix/eval-cache.hh>
#include <nix/names.hh>
#include <nix/ref.hh>
#include <nix/symbol-table.hh>
#include "flox/core/exceptions.hh"
#include "flox/core/types.hh"
#include "flox/package.hh"
Go to the source code of this file.
Classes | |
class | flox::FlakePackage |
A flox::Package implementation which are pulled from evaluation of a nix flake. More... | |
Namespaces | |
namespace | flox |
Interfaces for use by flox . | |
namespace | flox::pkgdb |
Interfaces for caching package metadata in SQLite3 databases. | |
Provides a flox::Package implementation which are pulled from evaluation of a nix
flake.