projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount]
/
test
/
src_dir
/
nix.nix
1
{pkgs,config}:
2
3
# one line comment
4
{
5
/* mulpiple line comment
6
foo = 21;
7
*/
8
bar = "
9
#!/bin/sh
10
11
ls -la
12
# comment
13
echo hello #comment
14
";
15
16
baz = ''
17
#!/bin/sh
18
19
ls -la
20
# comment
21
echo hello #comment
22
'';
23
nixHttp = [ http://nixos.org/ ];
24
}