Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
url-name.hh
Go to the documentation of this file.
1#pragma once
3
4#include <string>
5#include <optional>
6
7#include "lix/libutil/url.hh"
8
9namespace nix {
10
21std::optional<std::string> getNameFromURL(ParsedURL const & url);
22
23}
Definition url.hh:10