depot/third_party/nixpkgs/pkgs/tools/nix/nixos-option/libnix-copy-paste.hh

10 lines
241 B
C++
Raw Normal View History

#pragma once
#include <iostream>
#include <nix/types.hh>
#include <string>
nix::Strings parseAttrPath(const std::string & s);
bool isVarName(const std::string & s);
std::ostream & printStringValue(std::ostream & str, const char * string);