repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
nix
/
nixos-option
/
libnix-copy-paste.hh
blob
2274e9a0f85320b4c5e900998b9a8393b55fb6cd
1
#pragma once
2
3
#include <iostream>
4
#include <nix/types.hh>
5
#include <string>
6
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
);