Flox Package Database 1
CRUD Operations on Nix Package Metadata
Loading...
Searching...
No Matches
Namespaces | Functions
manifest.cc File Reference

An abstract description of an environment in its unresolved state. More...

#include <algorithm>
#include <filesystem>
#include <optional>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <vector>
#include "flox/core/types.hh"
#include "flox/core/util.hh"
#include "flox/pkgdb/pkg-query.hh"
#include "flox/registry.hh"
#include "flox/resolver/descriptor.hh"
#include "flox/resolver/manifest-raw.hh"
#include "flox/resolver/manifest.hh"

Namespaces

namespace  flox
 Interfaces for use by flox.
 

Functions

std::vector< InstallDescriptors > flox::resolver::getGroupedDescriptors (const InstallDescriptors &descriptors)
 Returns all descriptors, grouping those with a group field, and returning those without a group field as a map with a single element.
 

Detailed Description

An abstract description of an environment in its unresolved state.