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 <filesystem>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <variant>
#include <argparse/argparse.hpp>
#include <nix/flake/flake.hh>
#include <nix/ref.hh>
#include <nix/types.hh>
#include <nix/util.hh>
#include "flox/core/command.hh"
#include "flox/core/exceptions.hh"
#include "flox/core/util.hh"
#include "flox/flox-flake.hh"
#include "flox/pkgdb/command.hh"
#include "flox/pkgdb/read.hh"
#include "flox/pkgdb/write.hh"
#include "flox/registry.hh"

Namespaces

namespace  flox
 Interfaces for use by flox.
 
namespace  flox::pkgdb
 Interfaces for caching package metadata in SQLite3 databases.
 

Detailed Description

Executable command helpers, argument parsers, etc.