python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / nix / nixos-option / libnix-copy-paste.hh
blob2274e9a0f85320b4c5e900998b9a8393b55fb6cd
1 #pragma once
3 #include <iostream>
4 #include <nix/types.hh>
5 #include <string>
7 nix::Strings parseAttrPath(const std::string & s);
8 bool isVarName(const std::string & s);
9 std::ostream & printStringValue(std::ostream & str, const char * string);