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

Executable command helpers, argument parsers, etc. More...

#include <cstdlib>
#include <filesystem>
#include <iostream>
#include <memory>
#include <optional>
#include <string>
#include <variant>
#include <vector>
#include <argparse/argparse.hpp>
#include <nix/ref.hh>
#include <nlohmann/json.hpp>
#include "flox/core/command.hh"
#include "flox/core/util.hh"
#include "flox/pkgdb/input.hh"
#include "flox/pkgdb/pkg-query.hh"
#include "flox/pkgdb/read.hh"
#include "flox/registry.hh"
#include "flox/resolver/environment.hh"
#include "flox/resolver/lockfile.hh"
#include "flox/resolver/manifest.hh"
#include "flox/search/command.hh"
#include "flox/search/params.hh"

Namespaces

namespace  flox
 Interfaces for use by flox.
 
namespace  flox::search
 Interfaces used to search for packages in flakes.
 

Detailed Description

Executable command helpers, argument parsers, etc.