Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Executable exposing CRUD operations for package metadata. More...
#include <cstdlib>
#include <exception>
#include <iostream>
#include <map>
#include <stdexcept>
#include <string>
#include <string_view>
#include <unistd.h>
#include <nix/error.hh>
#include <nix/util.hh>
#include <nlohmann/json.hpp>
#include "flox/core/command.hh"
#include "flox/core/exceptions.hh"
#include "flox/eval.hh"
#include "flox/parse/command.hh"
#include "flox/pkgdb/command.hh"
#include "flox/repl.hh"
#include "flox/resolver/command.hh"
#include "flox/search/command.hh"
Functions | |
int | run (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Executable exposing CRUD operations for package metadata.