Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
store-reference.hh File Reference
#include <variant>
#include "types.hh"

Go to the source code of this file.

Classes

struct  nix::StoreReference
 
struct  nix::StoreReference::Auto
 
struct  nix::StoreReference::Specified
 

Functions

std::pair< std::string, StoreReference::Params > nix::splitUriAndParams (const std::string &uri_)
 

Function Documentation

◆ splitUriAndParams()

std::pair< std::string, StoreReference::Params > nix::splitUriAndParams ( const std::string & uri)

Split URI into protocol+hierarchy part and its parameter set.