Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Abstract representation of a package. More...
#include <functional>
#include <optional>
#include <string>
#include <variant>
#include <vector>
#include <nlohmann/json_fwd.hpp>
#include <nix/eval-cache.hh>
#include <nix/fetchers.hh>
#include <nix/flake/flake.hh>
#include <nix/names.hh>
#include "flox/core/exceptions.hh"
#include "flox/core/types.hh"
#include "versions.hh"
Go to the source code of this file.
Classes | |
class | flox::Package |
Abstract representation of a "package", analogous to a Nix ‘derivation’. More... | |
Namespaces | |
namespace | flox |
Interfaces for use by flox . | |
Abstract representation of a package.